Skip to content

Commit b2177f0

Browse files
Merge pull request #35 from wesley-dean/dependabot/github_actions/minor-and-patch-ced721f930
fix(deps): bump github/codeql-action from 3.28.17 to 3.28.18 in the minor-and-patch group
2 parents d8cdc15 + ea5c152 commit b2177f0

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

4141
- name: Initialize CodeQL
42-
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3
42+
uses: github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3
58+
uses: github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # 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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3.28.17
231+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3.28.18
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@60168efe1c415ce0f5521ea06d5c2062adbeed1b # pin@v3
75+
uses: github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # pin@v3
7676
with:
7777
sarif_file: results.sarif

0 commit comments

Comments
 (0)