Skip to content

Commit e172e2c

Browse files
Merge pull request #59 from wesley-dean/dependabot/github_actions/minor-and-patch-499cb248b3
fix(deps): bump github/codeql-action from 4.30.9 to 4.31.0 in the minor-and-patch group
2 parents 401dd42 + ed4a2f3 commit e172e2c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # pin@11bd71901bbe5b1630ceea73d27597364c9af683
4040

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # pin@v3
42+
uses: github/codeql-action/init@4e94bd11f71e507f7f87df81788dff88d1dacbfb # pin@v3
4343
with:
4444
languages: ${{ matrix.language }}
4545
build-mode: ${{ matrix.build-mode }}
@@ -55,6 +55,6 @@ jobs:
5555
exit 1
5656
5757
- name: Perform CodeQL Analysis
58-
uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # pin@v3
58+
uses: github/codeql-action/analyze@4e94bd11f71e507f7f87df81788dff88d1dacbfb # pin@v3
5959
with:
6060
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@16140ae1a102900babc80a33c44059580f687047 # pin@v3.29.5
231+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # pin@v3.29.5
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@16140ae1a102900babc80a33c44059580f687047 # pin@v3
75+
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # pin@v3
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)