Skip to content

Commit 5374c08

Browse files
Bump github/codeql-action from 3.22.11 to 3.25.5 (#50683)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 291834e commit 5374c08

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
@@ -33,13 +33,13 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
36-
- uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
36+
- uses: github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
3737
with:
3838
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}
3939
config: |
4040
paths-ignore:
4141
- 'src/open-source/scripts/add-pr-links.js'
42-
- uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
42+
- uses: github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3.25.5
4343
continue-on-error: true
4444

4545
- uses: ./.github/actions/slack-alert

0 commit comments

Comments
 (0)