Skip to content

Commit 795fdef

Browse files
committed
Update commit sha
1 parent 460117e commit 795fdef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
284284
- name: Generate Assertion Document
285285
id: assertiondoc
286-
uses: nginxinc/compliance-rules/.github/actions/assertion@311fe9c56e981a5a1b805577746bbe66d59399ab
286+
uses: nginxinc/compliance-rules/.github/actions/assertion@8cc3e2d960f32aa4b77c1e719adb92228132b11b
287287
with:
288288
artifact-name: ${{ github.event.repository.name }}_${{ github.sha }}_${{ github.run_number }}_${{ matrix.gateway.os }}_${{ matrix.gateway.arch }}
289289
artifact-digest: ${{ matrix.gateway.digest }}
@@ -302,7 +302,7 @@ jobs:
302302

303303
- name: Sign and Store Assertion Document
304304
id: sign
305-
uses: nginxinc/compliance-rules/.github/actions/sign@311fe9c56e981a5a1b805577746bbe66d59399ab
305+
uses: nginxinc/compliance-rules/.github/actions/sign@8cc3e2d960f32aa4b77c1e719adb92228132b11b
306306
with:
307307
assertion-doc: ${{ steps.assertiondoc.outputs.assertion-document-path }}
308308

0 commit comments

Comments
 (0)