Skip to content

Commit 8f324b2

Browse files
authored
Merge pull request #925 from ocaml/dependabot/github_actions/github/codeql-action-3.28.2
Bump github/codeql-action from 3.28.1 to 3.28.2
2 parents e2179fc + 6bcb415 commit 8f324b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
33+
uses: github/codeql-action/init@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2
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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
39+
uses: github/codeql-action/analyze@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2

0 commit comments

Comments
 (0)