We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162eae9 commit c8c4b98Copy full SHA for c8c4b98
.github/workflows/build.yaml
@@ -162,6 +162,11 @@ jobs:
162
id-token: write
163
runs-on: ubuntu-latest
164
steps:
165
+ - name: Checkout Repository
166
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
167
+ with:
168
+ persist-credentials: false
169
+
170
- name: Publish and Sign Image Index
171
uses: stackabletech/actions/publish-index-manifest@29bea1b451c0c2e994bd495969286f95bf49ed6a # TODO: Use released action
172
with:
0 commit comments