Skip to content

Commit 7651a50

Browse files
Bump github/codeql-action from 3.28.15 to 3.28.16
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.15 to 3.28.16. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@45775bd...28deaed) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a5d301 commit 7651a50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484

8585
- name: Initialize CodeQL scanning tool
86-
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3
86+
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3
8787
with:
8888
languages: ${{matrix.language}}
8989
queries: security-and-quality
@@ -99,6 +99,6 @@ jobs:
9999
- '**/*.txt'
100100
101101
- name: Perform CodeQL Analysis
102-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3
102+
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3
103103
with:
104104
category: "/language:${{matrix.language}}"

.github/workflows/osv-scanner.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Upload results to the repository's code-scanning results dashboard
123123
id: upload_artifact
124124
# yamllint disable rule:line-length
125-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
125+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
126126
with:
127127
sarif_file: osv-results.sarif
128128

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ jobs:
7272
publish_results: true
7373

7474
- name: Upload results to code-scanning dashboard
75-
uses: github/codeql-action/upload-sarif@45775bd8235c68ba998cffa5171334d58593da47 # v3
75+
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3
7676
with:
7777
sarif_file: scorecard-results.sarif

0 commit comments

Comments
 (0)