mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-04 21:15:35 +00:00
ICU-22920 Bump the github-actions group across 1 directory with 2 updates
See #3289
This commit is contained in:
parent
66c6771a03
commit
579840539f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
|||
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.28.9
|
||||
with:
|
||||
# Path to SARIF file relative to the root of the repository
|
||||
sarif_file: cifuzz-sarif/results.sarif
|
||||
|
|
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
|
@ -59,6 +59,6 @@ jobs:
|
|||
|
||||
# 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@3d3d628990a5f99229dd9fa1821cc5a4f31b613b # v2.25.15
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
|
2
.github/workflows/wait-for-checks.yml
vendored
2
.github/workflows/wait-for-checks.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue