Skip to content

Commit cfdb8cd

Browse files
authored
feat(workflows): Remove pinned version of Chainloop CLI (#1317)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent 8d7ab4e commit cfdb8cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build_and_package.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
packages: write # to push container images
2424
pull-requests: write
2525
env:
26-
CHAINLOOP_VERSION: 0.90.1
2726
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
2827
CONTAINER_IMAGE_CP: ghcr.io/chainloop-dev/chainloop/control-plane:${{ github.ref_name }}
2928
CONTAINER_IMAGE_CAS: ghcr.io/chainloop-dev/chainloop/artifact-cas:${{ github.ref_name }}
@@ -37,7 +36,7 @@ jobs:
3736

3837
- name: Install Chainloop
3938
run: |
40-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
39+
curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s
4140
4241
- name: Download jq
4342
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
contents: read
2222
security-events: write
2323
env:
24-
CHAINLOOP_VERSION: 0.90.1
2524
CHAINLOOP_TOKEN: ${{ secrets.CHAINLOOP_TOKEN }}
2625
CHAINLOOP_WORKFLOW_NAME: "chainloop-vault-codeql"
2726

@@ -34,7 +33,7 @@ jobs:
3433
- name: Install Chainloop
3534
if: ${{ github.event_name != 'pull_request' }}
3635
run: |
37-
curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s -- --version v${{ env.CHAINLOOP_VERSION }}
36+
curl -sfL https://raw.githubusercontent.com/chainloop-dev/chainloop/01ad13af08950b7bfbc83569bea207aeb4e1a285/docs/static/install.sh | bash -s
3837
3938
- name: Checkout repository
4039
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

0 commit comments

Comments
 (0)