Skip to content

Commit daf81eb

Browse files
dependabot[bot]Peter Bengtsson
andauthored
Bump github/codeql-action from 2.22.8 to 3.22.11 (#47789)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Bengtsson <peterbe@github.com>
1 parent 0e87509 commit daf81eb

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
36-
- uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
36+
- uses: github/codeql-action/init@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
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@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
42+
- uses: github/codeql-action/analyze@b374143c1149a9115d881581d29b8390bbcbb59c # v3.22.11
4343
continue-on-error: true
4444

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

0 commit comments

Comments
 (0)