diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9cbb408e..f7be33a5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: steps: - name: 'Harden Runner' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' @@ -39,14 +39,14 @@ jobs: uses: 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1' # v7.0.1 - name: 'Initialize CodeQL' - uses: 'github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28' # v4.37.8 + uses: 'github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938' # v4.37.9 with: languages: '${{ matrix.language }}' - name: 'Autobuild' - uses: 'github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28' # v4.37.8 + uses: 'github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938' # v4.37.9 - name: 'Perform CodeQL Analysis' - uses: 'github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28' # v4.37.8 + uses: 'github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938' # v4.37.9 with: category: '/language:${{ matrix.language }}' diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 86906bf7..fbf003bb 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -11,7 +11,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Harden Runner' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 065e2314..f6bdd3dc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -19,7 +19,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' @@ -53,10 +53,10 @@ jobs: url: '${{ steps.deployment.outputs.page_url }}' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' - name: 'Deploy to GitHub Pages' id: 'deployment' - uses: 'actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128' # v5.0.0 + uses: 'actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346' # v5.0.1 diff --git a/.github/workflows/lf-build.yml b/.github/workflows/lf-build.yml index af4bacfc..78b1ab95 100644 --- a/.github/workflows/lf-build.yml +++ b/.github/workflows/lf-build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' diff --git a/.github/workflows/lf-pre-commit.yml b/.github/workflows/lf-pre-commit.yml index 896549e1..6c3c4ee8 100644 --- a/.github/workflows/lf-pre-commit.yml +++ b/.github/workflows/lf-pre-commit.yml @@ -15,7 +15,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' diff --git a/.github/workflows/lf-release.yml b/.github/workflows/lf-release.yml index f7c4dd0d..a46526a1 100644 --- a/.github/workflows/lf-release.yml +++ b/.github/workflows/lf-release.yml @@ -17,12 +17,12 @@ jobs: steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' - name: 'Create GitHub Release for ${{ github.ref_name }}' - uses: 'softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228' # v3.0.2 + uses: 'softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64' # v3.0.3 with: tag_name: '${{ github.ref_name }}' body: | diff --git a/.github/workflows/lf-unit-tests.yml b/.github/workflows/lf-unit-tests.yml index c429a238..16168421 100644 --- a/.github/workflows/lf-unit-tests.yml +++ b/.github/workflows/lf-unit-tests.yml @@ -27,7 +27,7 @@ jobs: - '3.13' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index f9cfbb51..cbc6421d 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -12,7 +12,7 @@ jobs: runs-on: 'ubuntu-latest' steps: - name: 'Harden the runner (Audit all outbound calls)' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 49b01fef..4faabcc3 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -18,7 +18,7 @@ jobs: steps: - name: 'Harden Runner' - uses: 'step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c' # v2.21.0 + uses: 'step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1' # v2.21.1 with: egress-policy: 'audit' @@ -42,6 +42,6 @@ jobs: retention-days: 5 - name: 'Upload to code-scanning' - uses: 'github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28' # v4.37.8 + uses: 'github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938' # v4.37.9 with: sarif_file: 'results.sarif'