8000 Bump github/codeql-action from 3.28.12 to 3.28.17 · SeeminglyScience/PowerShell@66a4d2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 66a4d2a

Browse files
Bump github/codeql-action from 3.28.12 to 3.28.17
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.12 to 3.28.17. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5f8171a...60168ef) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 3.28.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2274a88 commit 66a4d2a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189

190190
# Initializes the CodeQL tools for scanning.
191191
- name: Initialize CodeQL
192-
uses: github/codeql-action/init@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
192+
uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
193193
with:
194194
languages: ${{ matrix.language }}
195195
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -215,7 +215,7 @@ jobs:
215215
shell: pwsh
216216
217217
- name: Perform CodeQL Analysis
218-
uses: github/codeql-action/analyze@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
218+
uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
219219

220220
ready_to_merge:
221221
name: Linux ready to merge

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
70+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
7171
with:
7272
sarif_file: results.sarif

0 commit comments

Comments
 (0)
0