Skip to content

Commit 3638906

Browse files
deps(actions)(deps): bump github/codeql-action from 3.36.0 to 4.36.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.36.0 to 4.36.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@03e4368...7211b7c) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab53066 commit 3638906

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
7474

7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
76+
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
7777
with:
7878
languages: ${{ matrix.language }}
7979
# Default query pack: security-and-quality.
@@ -85,9 +85,9 @@ jobs:
8585
# autobuild is a no-op for both but harmless to leave in — it's
8686
# the documented step for compiled-language matrices.
8787
- name: Autobuild
88-
uses: github/codeql-action/autobuild@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
88+
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
8989

9090
- name: Perform CodeQL analysis
91-
uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
91+
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
9292
with:
9393
category: "/language:${{ matrix.language }}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# `if: always()` and accept exit codes other than 0 — the artifact
9898
# above is the durable record.
9999
- name: Upload to GitHub Security tab
100-
uses: github/codeql-action/upload-sarif@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
100+
uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
101101
if: always()
102102
with:
103103
sarif_file: results.sarif

0 commit comments

Comments
 (0)