This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new 63508e5e0 Use latest version of dependency review action 63508e5e0 is described below commit 63508e5e07b3117cda931fb13721b4ce2bb8617b Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Mon Sep 23 08:39:12 2024 -0400 Use latest version of dependency review action --- .github/workflows/dependency-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0748cf09a..662aa36d7 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -26,6 +26,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v4.3.4 - name: 'Dependency Review' uses: actions/dependency-review-action@v4