diff --git a/.github/workflows/__shared-ci.yml b/.github/workflows/__shared-ci.yml index 86bb0e8..689c35f 100644 --- a/.github/workflows/__shared-ci.yml +++ b/.github/workflows/__shared-ci.yml @@ -20,6 +20,8 @@ jobs: # FIXME: Remove this once JS deps will be updated to versions that do not trigger Trivy vulnerabilities linter-env: | VALIDATE_TRIVY=false + # FIXME: Remove this once zizmor supports this repository workflow patterns + VALIDATE_GITHUB_ACTIONS_ZIZMOR=false test-action-dependencies-cache: name: Test action "dependencies-cache" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 0956011..ab43b43 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -294,10 +294,10 @@ jobs: runs-on: *ci-runner steps: - uses: hoverkraft-tech/ci-github-common/actions/checkout@3a27d31e9ccefbe9609cc9165017ed100ff34a22 # 0.38.0 - - uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: languages: ${{ inputs.code-ql }} - - uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 dependency-review: name: 🛡️ Dependency Review