Skip to content

Commit 0eaba9f

Browse files
authored
chore(ci): update pinned version of labs (#2508)
Signed-off-by: Sylwester Piskozub <sylwesterpiskozub@gmail.com>
1 parent 7b72e14 commit 0eaba9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/package_chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# be ignored and the process will continue. For this to work it's using a pre-created API Token
1818
onboard_workflow:
1919
name: Onboard Chainloop Workflow
20-
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
20+
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@5344787a72876bd22e199b94c09a86532521b4b3
2121
with:
2222
project: "chainloop"
2323
workflow_name: "helm-package"

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: read-all
2020
jobs:
2121
chainloop_init:
2222
name: Chainloop Init
23-
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
23+
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@5344787a72876bd22e199b94c09a86532521b4b3
2424
secrets:
2525
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
2626
with:
@@ -85,7 +85,7 @@ jobs:
8585

8686
chainloop_push:
8787
name: Chainloop Push
88-
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@1e19b4d199657cf44ebcb0f554f0b7276d1c4543
88+
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@5344787a72876bd22e199b94c09a86532521b4b3
8989
needs:
9090
- analysis
9191
secrets:

.github/workflows/sync_contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ permissions: read-all
1717
jobs:
1818
chainloop_contract_sync:
1919
name: Chainloop Contract Sync
20-
uses: chainloop-dev/labs/.github/workflows/chainloop_contract_sync.yml@6bbd1c2b3022e48ae60afa0c2b90f3b6d31bcf11
20+
uses: chainloop-dev/labs/.github/workflows/chainloop_contract_sync.yml@5344787a72876bd22e199b94c09a86532521b4b3
2121
secrets:
2222
api_token: ${{ secrets.CHAINLOOP_TOKEN }}

0 commit comments

Comments
 (0)