WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 14f0452

Browse files
authored
Merge pull request #1515 from crazy-max/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
2 parents d8684b9 + 8523cb7 commit 14f0452

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
-
125125
name: Upload SARIF report
126126
if: ${{ github.ref == 'refs/heads/master' }}
127-
uses: github/codeql-action/upload-sarif@v3
127+
uses: github/codeql-action/upload-sarif@v4
128128
with:
129129
sarif_file: ${{ env.DESTDIR }}/govulncheck.out
130130

@@ -340,6 +340,6 @@ jobs:
340340
image: registry://${{ env.DOCKERHUB_SLUG }}:edge
341341
-
342342
name: Upload SARIF report
343-
uses: github/codeql-action/upload-sarif@v3
343+
uses: github/codeql-action/upload-sarif@v4
344344
with:
345345
sarif_file: ${{ steps.scout.outputs.result-file }}

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ jobs:
4141
git checkout HEAD^2
4242
-
4343
name: Initialize CodeQL
44-
uses: github/codeql-action/init@v3
44+
uses: github/codeql-action/init@v4
4545
with:
4646
languages: go
4747
-
4848
name: Autobuild
49-
uses: github/codeql-action/autobuild@v3
49+
uses: github/codeql-action/autobuild@v4
5050
-
5151
name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@v3
52+
uses: github/codeql-action/analyze@v4

0 commit comments

Comments
 (0)