Skip to content

Commit 6655413

Browse files
authored
Merge pull request #881 from rancher/pin-actions-to-sha-release/v1.3
[release/v1.3] Pin GH Actions to commit sha
2 parents ef015be + 43b96fb commit 6655413

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838

3939
- name: Load Secrets from Vault
40-
uses: rancher-eio/read-vault-secrets@main
40+
uses: rancher-eio/read-vault-secrets@0da85151ad1f19ed7986c41587e45aac1ace74b6 # v3
4141
with:
4242
secrets: |
4343
secret/data/github/repo/${{ github.repository }}/dockerhub/rancher/credentials username | DOCKER_USERNAME ;
@@ -47,7 +47,7 @@ jobs:
4747
secret/data/github/repo/${{ github.repository }}/rancher-prime-registry/credentials password | PRIME_REGISTRY_PASSWORD
4848
4949
- name: Publish manifest
50-
uses: rancher/ecm-distro-tools/actions/publish-image@master
50+
uses: rancher/ecm-distro-tools/actions/publish-image@575bb831c67edd950bfedb59d41dd127bd0005d6 # v0.65.2
5151
with:
5252
image: cis-operator
5353
tag: ${{ github.ref_name }}${{ matrix.tag-suffix }}

.github/workflows/renovate-vault.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ permissions:
4141

4242
jobs:
4343
call-workflow:
44-
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@release
44+
uses: rancher/renovate-config/.github/workflows/renovate-vault.yml@c88cbe41a49d02648b9bf83aa5a64902151323fa # release
4545
with:
4646
configMigration: ${{ inputs.configMigration || 'true' }}
4747
logLevel: ${{ inputs.logLevel || 'info' }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Go
1818
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1919
with:
20-
go-version: 'stable'
20+
go-version-file: 'go.mod'
2121
- run: make validate
2222

2323
test:
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Go
3939
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4040
with:
41-
go-version: 'stable'
41+
go-version-file: 'go.mod'
4242

4343
- run: make test
4444

0 commit comments

Comments
 (0)