Skip to content

Commit 5d32701

Browse files
Merge pull request #63 from codeplaysoftware/dependabot/github_actions/github/codeql-action-3.28.17
Bump github/codeql-action from 3.28.14 to 3.28.17
2 parents 1a335ca + d534cb5 commit 5d32701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2
41+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: ${{ matrix.build-mode }}
@@ -54,6 +54,6 @@ jobs:
5454
exit 1
5555
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@fc7e4a0fa01c3cca5fd6a1fddec5c0740c977aa2
57+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b
5858
with:
5959
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
retention-days: 5
4141

4242
- name: 'Upload to Code-Scanning'
43-
uses: github/codeql-action/upload-sarif@3.28.17 # 3.28.17
43+
uses: github/codeql-action/upload-sarif@v3.28.17 # 3.28.17
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)