Skip to content

Commit 7f43538

Browse files
Merge pull request #5046 from ornladios/dependabot/github_actions/all-actions-bcb0c4251a
build(deps): bump github/codeql-action from 4.35.4 to 4.35.5 in the all-actions group
2 parents 63af90f + ffbd6f0 commit 7f43538

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/everything.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ jobs:
596596
ccache-codeql
597597
- run: ccache -z
598598
- name: Initialize CodeQL
599-
uses: github/codeql-action/init@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3
599+
uses: github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
600600
with:
601601
languages: ${{ matrix.language }}
602602
source-root: source
@@ -609,7 +609,7 @@ jobs:
609609
- name: Build
610610
run: gha/scripts/ci/gh-actions/run.sh build
611611
- name: Perform CodeQL Analysis
612-
uses: github/codeql-action/analyze@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3
612+
uses: github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
613613
with:
614614
category: "/language:${{matrix.language}}"
615615
output: sarif-results
@@ -624,7 +624,7 @@ jobs:
624624
input: sarif-results/cpp.sarif
625625
output: sarif-results/cpp.sarif
626626
- name: Upload SARIF
627-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v3
627+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
628628
with:
629629
sarif_file: sarif-results/cpp.sarif
630630
- name: Upload loc as a Build Artifact

.github/workflows/scorecard-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
# Upload the results to GitHub's code scanning dashboard (optional).
4747
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
4848
- name: "Upload to code-scanning"
49-
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4.35.4
49+
uses: github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
5050
with:
5151
sarif_file: results.sarif

0 commit comments

Comments
 (0)