diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 56fa62c..9ca2244 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,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' @@ -38,14 +38,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 67bf1da..e9a12c1 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -17,7 +17,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/lf-build-linux-x86_64.yml b/.github/workflows/lf-build-linux-x86_64.yml index 032e636..7950829 100644 --- a/.github/workflows/lf-build-linux-x86_64.yml +++ b/.github/workflows/lf-build-linux-x86_64.yml @@ -39,7 +39,7 @@ jobs: distro_list: '${{ steps.set-matrix.outputs.distro_list }}' 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' @@ -72,7 +72,7 @@ jobs: distro: '${{ fromJson(needs.prepare-matrix.outputs.distro_list) }}' 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-check-upstream.yml b/.github/workflows/lf-check-upstream.yml index 20f0d8f..9b14d33 100644 --- a/.github/workflows/lf-check-upstream.yml +++ b/.github/workflows/lf-check-upstream.yml @@ -18,7 +18,7 @@ jobs: pull-requests: 'write' 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 cb7eda3..fb7c4bf 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/scorecard.yml b/.github/workflows/scorecard.yml index f74d266..afa3fc9 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.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 @@ -72,6 +72,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - 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