Skip to content

Commit b6ae162

Browse files
authored
fix(ci): bump chainloop labs (#1427)
Signed-off-by: Miguel Martinez <[email protected]>
1 parent c0e26fc commit b6ae162

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.github/workflows/docs_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency: "deploy-to-prod"
1111
jobs:
1212
chainloop_init:
1313
name: Chainloop Init
14-
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
14+
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@64839eb68c20fefda46929c6c6e893cdf0537619
1515
secrets:
1616
api_token: ${{ secrets.CHAINLOOP_TOKEN }}
1717
with:
@@ -83,7 +83,7 @@ jobs:
8383

8484
chainloop_push:
8585
name: Chainloop Push
86-
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
86+
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@64839eb68c20fefda46929c6c6e893cdf0537619
8787
needs:
8888
- deploy_docs
8989
secrets:

.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@edd4d30e954a4a456dd770f3b7c5e6871c84a661
20+
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@64839eb68c20fefda46929c6c6e893cdf0537619
2121
with:
2222
project: "chainloop"
2323
workflow_name: "chainloop-vault-helm-package"

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
# be ignored and the process will continue. For this to work it's using a pre-created API Token
1010
onboard_workflow:
1111
name: Onboard Chainloop Workflow
12-
# TODO: pin
13-
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@edd4d30e954a4a456dd770f3b7c5e6871c84a661
12+
uses: chainloop-dev/labs/.github/workflows/chainloop_onboard.yml@64839eb68c20fefda46929c6c6e893cdf0537619
1413
with:
1514
project: "chainloop"
1615
workflow_name: "chainloop-vault-release"

.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@edd4d30e954a4a456dd770f3b7c5e6871c84a661
23+
uses: chainloop-dev/labs/.github/workflows/chainloop_init.yml@64839eb68c20fefda46929c6c6e893cdf0537619
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@edd4d30e954a4a456dd770f3b7c5e6871c84a661
88+
uses: chainloop-dev/labs/.github/workflows/chainloop_push.yml@64839eb68c20fefda46929c6c6e893cdf0537619
8989
needs:
9090
- analysis
9191
secrets:

0 commit comments

Comments
 (0)