Skip to content

Commit 02386be

Browse files
Bump the github-actions group with 2 updates (#1453)
1 parent 1618cff commit 02386be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
63+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6464
with:
6565
sarif_file: results.sarif

.github/workflows/trigger_dep_builds_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Repository dispatch
26-
uses: peter-evans/repository-dispatch@ecf2992313667576730f6bc1cc2801247ca89e1d # v3.0.0
26+
uses: peter-evans/repository-dispatch@25237563b45ca02acc9f277837f7e17abc0a48a9 # v3.0.0
2727
with:
2828
token: ${{ secrets.token }}
2929
repository: ${{ matrix.repo }}

.github/workflows/trigger_dep_builds_v3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Repository dispatch
26-
uses: peter-evans/repository-dispatch@ecf2992313667576730f6bc1cc2801247ca89e1d # v3.0.0
26+
uses: peter-evans/repository-dispatch@25237563b45ca02acc9f277837f7e17abc0a48a9 # v3.0.0
2727
with:
2828
token: ${{ secrets.token }}
2929
repository: ${{ matrix.repo }}

0 commit comments

Comments
 (0)