Skip to content

Commit c25d363

Browse files
Bump github/codeql-action from 3.26.11 to 3.26.13 (#455)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07bcf6a commit c25d363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/container-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
- name: Cleanup
167167
if: always()
168168
run: docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
169-
- uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
169+
- uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
170170
with:
171171
sarif_file: '${{ matrix.container }}-scan.sarif'
172172
category: '${{ matrix.container }}'

.github/workflows/scorecard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ jobs:
6868
name: SARIF file
6969
path: results.sarif
7070
retention-days: 5
71-
- uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
71+
- uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
7272
with:
7373
sarif_file: results.sarif

0 commit comments

Comments
 (0)