diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 0d1e1da..2559d6f 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v6 # [optional] This setup isn't required but if your repository have a configuration, # we use that versus the centralised config. diff --git a/.github/workflows/secret-scanning-review.yml b/.github/workflows/secret-scanning-review.yml index 0a3450d..60b1c3b 100644 --- a/.github/workflows/secret-scanning-review.yml +++ b/.github/workflows/secret-scanning-review.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Secret Scanning Review Action' - uses: advanced-security/secret-scanning-review-action@v1 + uses: advanced-security/secret-scanning-review-action@v2 with: token: ${{ secrets.SECRET_SCAN_REVIEW_GITHUB_TOKEN }} fail-on-alert: true