| commit | 906e6669f3ddd764b11e421918337f16ac164efc | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Nov 01 13:41:38 2024 +0000 |
| committer | GitHub <noreply@github.com> | Fri Nov 01 13:41:38 2024 +0000 |
| tree | 2c14994a7c4143294e4c349b4002dedd044dbf8b | |
| parent | d868f13bd82ba4428574ce71937e09c9615dee47 [diff] |
Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action) and [poseidon/wait-for-status-checks](https://github.com/poseidon/wait-for-status-checks). Updates `github/codeql-action` from 3.26.6 to 3.27.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v3.26.6...v3.27.0) Updates `poseidon/wait-for-status-checks` from 0.5.0 to 0.6.0 - [Release notes](https://github.com/poseidon/wait-for-status-checks/releases) - [Commits](https://github.com/poseidon/wait-for-status-checks/compare/6988432d64ad3f9c2608db4ca16fded1b7d36ead...899c768d191b56eef585c18f8558da19e1f3e707) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: poseidon/wait-for-status-checks dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 1e34fc4f..6a98fff 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml
@@ -55,7 +55,7 @@ path: ./out/artifacts - name: Upload Sarif if: always() && steps.build.outcome == 'success' - uses: github/codeql-action/upload-sarif@v3.26.6 + uses: github/codeql-action/upload-sarif@v3.27.0 with: # Path to SARIF file relative to the root of the repository sarif_file: cifuzz-sarif/results.sarif
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 16f648c..784e741 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml
@@ -59,6 +59,6 @@ # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@9b41ced437d4a4f34bf0b740f80b4e52d3c4bccd # v2.25.15 + uses: github/codeql-action/upload-sarif@48c3e2675613624ea7978e5d132169f97bc3b578 # v2.25.15 with: sarif_file: results.sarif
diff --git a/.github/workflows/wait-for-checks.yml b/.github/workflows/wait-for-checks.yml index 667defb..895f7be 100644 --- a/.github/workflows/wait-for-checks.yml +++ b/.github/workflows/wait-for-checks.yml
@@ -20,7 +20,7 @@ checks: read steps: - name: Wait for Triggered Required GH Checks - uses: poseidon/wait-for-status-checks@6988432d64ad3f9c2608db4ca16fded1b7d36ead # v0.5.0 + uses: poseidon/wait-for-status-checks@899c768d191b56eef585c18f8558da19e1f3e707 # v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }} # This regex matches everything since almost all (if not all) CI checks are required.