Skip to content

Commit 53d1bd4

Browse files
authored
Merge pull request #513 from myoung34/renovate/github-codeql-action-4.x
chore(deps): update github/codeql-action action to v4.31.1
2 parents 103a6e4 + a78956f commit 53d1bd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1919

2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
21+
uses: github/codeql-action/init@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
2222
with:
2323
languages: "actions"
2424
queries: security-extended
2525
config-file: .github/codeql/codeql-config.yml
2626

2727
- name: Perform CodeQL Analysis
28-
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v4.31.0
28+
uses: github/codeql-action/analyze@5fe9434cd24fe243e33e7f3305f8a5b519b70280 # v4.31.1
2929
with:
3030
category: "/language:actions"

0 commit comments

Comments
 (0)