Skip to content

Commit d2a8e5c

Browse files
chore(deps): Update github/codeql-action action to v3.28.8 (#803)
1 parent 0dac002 commit d2a8e5c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Initializes the CodeQL tools for scanning.
4949
- name: Initialize CodeQL
5050
# yamllint disable-line rule:line-length
51-
uses: github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
51+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
5252
with:
5353
languages: ${{ matrix.language }}
5454
# If you wish to specify custom queries, you can do so here or in
@@ -61,7 +61,7 @@ jobs:
6161
# manually (see below)
6262
- name: Autobuild
6363
# yamllint disable-line rule:line-length
64-
uses: github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
64+
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6565

6666
# ℹ️ Command-line programs to run using the OS shell.
6767
# yamllint disable-line rule:line-length
@@ -77,6 +77,6 @@ jobs:
7777

7878
- name: Perform CodeQL Analysis
7979
# yamllint disable-line rule:line-length
80-
uses: github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
80+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
8181
with:
8282
category: /language:${{matrix.language}}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
# Upload the results to GitHub's code scanning dashboard.
8080
- name: Upload to code-scanning
8181
# yamllint disable-line rule:line-length
82-
uses: github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
82+
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
8383
with:
8484
sarif_file: results.sarif

0 commit comments

Comments
 (0)