Skip to content

Commit d6625fe

Browse files
build: Bump github/codeql-action from 3.29.4 to 3.29.5 (#846)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian Collamore <57269455+bcollamore@users.noreply.github.com>
1 parent 21f775e commit d6625fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v3
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8
22+
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d
2323
with:
2424
languages: ${{ matrix.language }}
2525
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -28,7 +28,7 @@ jobs:
2828
# Prefix the list here with "+" to use these queries and those in the config file.
2929
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3030
# queries: security-extended,security-and-quality
31-
uses: github/codeql-action/autobuild@4e828ff8d448a8a6e532957b1811f387a63867e8
31+
uses: github/codeql-action/autobuild@51f77329afa6477de8c49fc9c7046c15b9a4e79d
3232

3333
- name: Perform CodeQL Analysis
34-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8
34+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d

0 commit comments

Comments
 (0)