Skip to content

Commit f81755f

Browse files
author
tylertitsworth
committed
update checkout
2 parents 6441408 + 9ba05b0 commit f81755f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
139139
with:
140140
egress-policy: audit
141-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
141+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
142142
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
143143
with:
144144
registry: ${{ secrets.REGISTRY }}
@@ -154,7 +154,7 @@ jobs:
154154
- name: Cleanup
155155
if: always()
156156
run: docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
157-
- uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
157+
- uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
158158
with:
159159
sarif_file: '${{ matrix.container }}-scan.sarif'
160160
category: '${{ matrix.container }}'

0 commit comments

Comments
 (0)