Skip to content

Commit e71a3b7

Browse files
authoredMar 24, 2025··
chore(deps): update github/codeql-action action to v3.28.13 (#3126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f065d20 commit e71a3b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/container-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
image: weblate/weblate:test
160160
fail-build: false
161161
- name: Upload Anchore Scan Report
162-
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
162+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
163163
with:
164164
sarif_file: ${{ steps.scan.outputs.sarif }}
165165

@@ -204,7 +204,7 @@ jobs:
204204
severity: CRITICAL,HIGH
205205

206206
- name: Upload Trivy scan results to GitHub Security tab
207-
uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
207+
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
208208
with:
209209
sarif_file: trivy-results.sarif
210210
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)
Please sign in to comment.