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 770a189 commit a9520b0Copy full SHA for a9520b0
.github/workflows/scorecards.yml
@@ -20,7 +20,7 @@ permissions: read-all
20
jobs:
21
chainloop_init:
22
name: Chainloop Init
23
- uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@dfc395be86c9254f42de204584a032d5c1f99706
+ uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
24
secrets:
25
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
26
with:
@@ -86,7 +86,7 @@ jobs:
86
87
chainloop_push:
88
name: Chainloop Push
89
- uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@dfc395be86c9254f42de204584a032d5c1f99706
+ uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
90
needs:
91
- analysis
92
0 commit comments