Skip to content

Commit 09cfbd3

Browse files
chore(deps): update github/codeql-action action to v4.31.5
1 parent e20053e commit 09cfbd3

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1919

2020
- name: Initialize CodeQL
21-
uses: github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
21+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
28+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
2929
with:
3030
category: "/language:actions"

0 commit comments

Comments
 (0)