Skip to content

Commit 3f8b73f

Browse files
dependabot[bot]sgammon
authored andcommitted
chore(deps): Bump github/codeql-action from 4.31.2 to 4.31.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@0499de3...014f16e) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.31.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 996667a commit 3f8b73f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/checks.clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
run: |
6161
cargo clippy --all-targets --all-features --message-format=json | clippy-sarif | tee results.sarif | sarif-fmt
6262
- name: "Report: SARIF Upload"
63-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
63+
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
6464
with:
6565
sarif_file: results.sarif

.github/workflows/checks.codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
java-version: "25"
102102
github-token: ${{ secrets.GITHUB_TOKEN }}
103103
- name: "Setup: Initialize CodeQL"
104-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
104+
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
105105
with:
106106
config-file: ./.github/codeql/codeql-config.yml
107107
languages: ${{ matrix.language }}
@@ -126,5 +126,5 @@ jobs:
126126
-x nativeCompile
127127
-x nativeOptimizedCompile
128128
- name: "Analysis: CodeQL"
129-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
129+
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
130130
continue-on-error: true

.github/workflows/checks.detekt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ jobs:
120120
-x nativeOptimizedCompile \
121121
--no-configuration-cache
122122
- name: "Report: SARIF Upload"
123-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
123+
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
124124
with:
125125
sarif_file: build/reports/detekt/detekt.sarif

.github/workflows/checks.scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171
retention-days: 5
7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Artifact: Scorecard SARIF"
74-
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
74+
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
7575
with:
7676
sarif_file: results.sarif

0 commit comments

Comments
 (0)