Skip to content

Commit ce5d242

Browse files
committed
ci: pin GitHub action versions
Action versions are now pinned to a commit instead of a version tag
1 parent 6e09dc9 commit ce5d242

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Set up Go
12-
uses: actions/setup-go@v4
12+
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # 4.2.1
1313
with:
1414
go-version: '1.22'
1515

1616
- name: Check out source code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
1818

1919
- name: Run Unit Tests
2020
env:
@@ -26,12 +26,12 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Set up Go
29-
uses: actions/setup-go@v4
29+
uses: actions/setup-go@19bb51245e9c80abacb2e91cc42b33fa478b8639 # 4.2.1
3030
with:
3131
go-version: '1.22'
3232

3333
- name: Check out source code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 4.3.0
3535

3636
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1
3737
with:

0 commit comments

Comments
 (0)