Skip to content

Commit 35a2592

Browse files
authored
Merge pull request #992 from ocaml/dependabot/github_actions/github/codeql-action-3.29.4
Bump github/codeql-action from 3.29.2 to 3.29.4
2 parents 80998de + 99b3145 commit 35a2592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3131

3232
- name: Initialize CodeQL
33-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
33+
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
3434
with:
3535
config-file: .github/codeql/codeql-configuration.yml
3636
languages: ${{ matrix.language }}
3737

3838
- name: Perform CodeQL analysis
39-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
39+
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4

0 commit comments

Comments
 (0)