Update github/codeql-action action to v4.36.2
| ... | ... |
@@ -150,7 +150,7 @@ jobs: |
| 150 | 150 |
- |
| 151 | 151 |
name: Upload SARIF report |
| 152 | 152 |
if: ${{ github.event_name != 'pull_request' && github.repository == 'moby/moby' }}
|
| 153 |
- uses: github/codeql-action/upload-sarif@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 |
|
| 153 |
+ uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 |
|
| 154 | 154 |
with: |
| 155 | 155 |
sarif_file: ${{ env.DESTDIR }}/govulncheck.out
|
| 156 | 156 |
|
| ... | ... |
@@ -55,14 +55,14 @@ jobs: |
| 55 | 55 |
cache: false |
| 56 | 56 |
- |
| 57 | 57 |
name: Initialize CodeQL |
| 58 |
- uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 |
|
| 58 |
+ uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 |
|
| 59 | 59 |
with: |
| 60 | 60 |
languages: go |
| 61 | 61 |
- |
| 62 | 62 |
name: Autobuild |
| 63 |
- uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 |
|
| 63 |
+ uses: github/codeql-action/autobuild@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 |
|
| 64 | 64 |
- |
| 65 | 65 |
name: Perform CodeQL Analysis |
| 66 |
- uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0 |
|
| 66 |
+ uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 |
|
| 67 | 67 |
with: |
| 68 | 68 |
category: "/language:go" |