Skip to content

Commit 687d20f

Browse files
pin workflows (#183)
1 parent 2d63572 commit 687d20f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-extension-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212

1313
jobs:
1414
build-extension-charts:
15-
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@shell-pkg-v3.0.2-rc.2
15+
uses: rancher/dashboard/.github/workflows/build-extension-charts.yml@b666af8e166a1cd3b0bcb213d75fc69a0bdc1aab # shell-pkg-v3.0.2-rc.2
1616
permissions:
1717
actions: write
1818
contents: write

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
# The FOSSA token is shared between all repos in Rancher's GH org. It can be
2121
# used directly and there is no need to request specific access to EIO.
2222
- name: Read FOSSA token
23-
uses: rancher-eio/read-vault-secrets@main
23+
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
2424
with:
2525
secrets: |
2626
secret/data/github/org/rancher/fossa/push token | FOSSA_API_KEY_PUSH_ONLY
2727
2828
- name: FOSSA scan
29-
uses: fossas/fossa-action@main
29+
uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # v1.8.0
3030
with:
3131
api-key: ${{ env.FOSSA_API_KEY_PUSH_ONLY }}
3232
# Only runs the scan and do not provide/returns any results back to the

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "capi-ui",
33
"description": "UI for CAPI cluster provisioning using the Rancher Turtles extension",
4-
"version": "0.8.4",
4+
"version": "0.8.4-rc.1",
55
"private": false,
66
"engines": {
77
"node": ">=20"

pkg/capi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "capi",
33
"description": "UI for CAPI cluster provisioning",
4-
"version": "0.8.4",
4+
"version": "0.8.4-rc1",
55
"private": false,
66
"rancher": {
77
"annotations": {

0 commit comments

Comments
 (0)