Skip to content

Commit d69dac4

Browse files
committed
github actions: pin actions to commit SHAs
1 parent e2f6ef3 commit d69dac4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/acceptance-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@v5
17+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
1818
with:
1919
go-version: 1.22
2020

2121
- name: golangci-lint
22-
uses: golangci/golangci-lint-action@v5
22+
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
2323
continue-on-error: true # we dont want to enforce just yet
2424
with:
2525
version: v1.52.2
@@ -38,18 +38,18 @@ jobs:
3838
steps:
3939

4040
- name: Set up Go
41-
uses: actions/setup-go@v5
41+
uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
4242
with:
4343
go-version: 1.22
4444

4545
- name: Checkout
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747
with:
4848
repository: ${{ github.event.pull_request.head.repo.full_name }}
4949
path: sdk
5050

5151
- name: Checkout Steampipe
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5353
with:
5454
repository: turbot/steampipe
5555
path: steampipe
@@ -67,7 +67,7 @@ jobs:
6767
run: steampipe plugin install chaos
6868

6969
- name: Checkout Chaos plugin
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7171
with:
7272
repository: turbot/steampipe-plugin-chaos
7373
path: steampipe-plugin-chaos
@@ -82,7 +82,7 @@ jobs:
8282
make
8383
8484
- name: Setup BATS
85-
uses: mig4/setup-bats@v1
85+
uses: mig4/setup-bats@af9a00deb21b5d795cabfeaa8d9060410377686d # v1.2.0
8686
with:
8787
bats-version: 1.2.1
8888

0 commit comments

Comments
 (0)