Skip to content

Commit 1b49592

Browse files
chore(deps): Bump github/codeql-action from 3.29.11 to 3.30.5 (#1673)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.11 to 3.30.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@3c3833e...3599b3b) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddf264f commit 1b49592

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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
63+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
104+
uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
129+
uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
123+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
74+
uses: github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.30.5
7575
with:
7676
sarif_file: results.sarif

0 commit comments

Comments
 (0)