Skip to content

Commit 7a97029

Browse files
committed
Pin GH Actions to commit sha
1 parent 4659593 commit 7a97029

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
with:
2323
submodules: recursive
2424

2525
- name: Setup Go
26-
uses: actions/setup-go@v5
26+
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
2727
with:
2828
go-version: ${{ env.SETUP_GO_VERSION }}
2929

@@ -32,7 +32,7 @@ jobs:
3232
export PATH=$PATH:/home/runner/go/bin/
3333
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@v6.5.0
35+
uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
3636
with:
3737
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3838
version: v1.57

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
call-workflow:
21-
uses: rancher/renovate-config/.github/workflows/renovate.yml@release
21+
uses: rancher/renovate-config/.github/workflows/renovate.yml@c88cbe41a49d02648b9bf83aa5a64902151323fa # release
2222
with:
2323
logLevel: ${{ inputs.logLevel || 'info' }}
2424
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}

0 commit comments

Comments
 (0)