Skip to content

Commit 7f9a74b

Browse files
authored
Merge pull request #1052 from Homebrew/dependabot/all-9acab48073
2 parents f1451a8 + 5a38dd6 commit 7f9a74b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actionlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install tools
4343
run: brew install actionlint shellcheck zizmor
4444

45-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
4646
with:
4747
persist-credentials: false
4848

@@ -92,7 +92,7 @@ jobs:
9292
path: results.sarif
9393

9494
- name: Upload SARIF file
95-
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
95+
uses: github/codeql-action/upload-sarif@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
9696
with:
9797
sarif_file: results.sarif
9898
category: zizmor

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: ${{ matrix.shell }}
3535
steps:
3636
- name: Set up Git repository
37-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3838
with:
3939
persist-credentials: false
4040

0 commit comments

Comments
 (0)