Skip to content

Commit 864b4ec

Browse files
Merge pull request #19 from scecloud/dependabot/github_actions/minor-and-patch-384b59e5c3
fix(deps): bump github/codeql-action from 3.29.0 to 3.29.2 in the minor-and-patch group
2 parents 8e72d54 + 1a293cb commit 864b4ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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 # pin@11bd71901bbe5b1630ceea73d27597364c9af683
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # pin@v3
41+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # pin@v3
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # pin@v3
57+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # pin@v3
5858
with:
5959
category: "/language:${{matrix.language}}"

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,6 @@ jobs:
228228
if: |
229229
steps.sarif_file_exists.outputs.files_exists == 'true'
230230
&& github.event.repository.visibility == 'public'
231-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # pin@v3.29.0
231+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # pin@v3.29.2
232232
with:
233233
sarif_file: "megalinter-reports/megalinter-report.sarif"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
# Upload the results to GitHub's code scanning dashboard (optional).
7373
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7474
- name: "Upload to code-scanning"
75-
uses: github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # pin@v3
75+
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # pin@v3
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)