Skip to content

Commit 05293ad

Browse files
authored
Merge pull request #468 from Homebrew/dependabot/github_actions/github/codeql-action-3.28.12
workflows: bump github/codeql-action from 3.28.11 to 3.28.12
2 parents 611b93d + 59c67d8 commit 05293ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/actionlint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
path: results.sarif
8080

8181
- name: Upload SARIF file
82-
uses: github/codeql-action/upload-sarif@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
82+
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
8383
with:
8484
sarif_file: results.sarif
8585
category: zizmor

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Initialize CodeQL
24-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
24+
uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
2525
with:
2626
languages: ruby
2727

2828
- name: Perform CodeQL Analysis
29-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
29+
uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12

0 commit comments

Comments
 (0)