File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138
138
uses : step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
139
139
with :
140
140
egress-policy : audit
141
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
141
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
142
142
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
143
143
with :
144
144
registry : ${{ secrets.REGISTRY }}
@@ -154,7 +154,7 @@ jobs:
154
154
- name : Cleanup
155
155
if : always()
156
156
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
158
158
with :
159
159
sarif_file : ' ${{ matrix.container }}-scan.sarif'
160
160
category : ' ${{ matrix.container }}'
You can’t perform that action at this time.
0 commit comments