Skip to content

Commit 29f7383

Browse files
authored
Merge pull request #75 from AlphaOne1/dependabot/github_actions/github/codeql-action-4.31.8
2 parents defbedd + 037433f commit 29f7383

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

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

7474
# Initializes the CodeQL tools for scanning.
7575
- name: Initialize CodeQL
76-
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
76+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
7777
with:
7878
languages: ${{ matrix.language }}
7979
build-mode: ${{ matrix.build-mode }}
@@ -101,6 +101,6 @@ jobs:
101101
exit 1
102102
103103
- name: Perform CodeQL Analysis
104-
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
104+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
105105
with:
106106
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
# Upload the results to GitHub's code scanning dashboard (optional).
7777
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
7878
- name: "Upload to code-scanning"
79-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
79+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
8080
with:
8181
sarif_file: results.sarif

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
severity: 'CRITICAL'
3939

4040
- name: Upload Trivy scan results to GitHub Security tab
41-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
41+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
4242
with:
4343
sarif_file: 'trivy-results.sarif'
4444

@@ -77,6 +77,6 @@ jobs:
7777
7878
- name: Upload govulncheck results to GitHub Security tab
7979
if: ${{ steps.PrintSarif.outputs.hasResults == 'true' }}
80-
uses: github/codeql-action/upload-sarif@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
80+
uses: github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
8181
with:
8282
sarif_file: govulncheck-results.sarif

0 commit comments

Comments
 (0)