@@ -11,15 +11,15 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
16
- name : Set up Go
17
- uses : actions/setup-go@v5
17
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
18
18
with :
19
19
go-version : 1.22
20
20
21
21
- name : golangci-lint
22
- uses : golangci/golangci-lint-action@v5
22
+ uses : golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v5.3.0
23
23
continue-on-error : true # we dont want to enforce just yet
24
24
with :
25
25
version : v1.52.2
@@ -38,18 +38,18 @@ jobs:
38
38
steps :
39
39
40
40
- name : Set up Go
41
- uses : actions/setup-go@v5
41
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
42
42
with :
43
43
go-version : 1.22
44
44
45
45
- name : Checkout
46
- uses : actions/checkout@v4
46
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
47
with :
48
48
repository : ${{ github.event.pull_request.head.repo.full_name }}
49
49
path : sdk
50
50
51
51
- name : Checkout Steampipe
52
- uses : actions/checkout@v4
52
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53
53
with :
54
54
repository : turbot/steampipe
55
55
path : steampipe
67
67
run : steampipe plugin install chaos
68
68
69
69
- name : Checkout Chaos plugin
70
- uses : actions/checkout@v4
70
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
71
71
with :
72
72
repository : turbot/steampipe-plugin-chaos
73
73
path : steampipe-plugin-chaos
82
82
make
83
83
84
84
- name : Setup BATS
85
- uses : mig4/setup-bats@v1
85
+ uses : mig4/setup-bats@af9a00deb21b5d795cabfeaa8d9060410377686d # v1.2.0
86
86
with :
87
87
bats-version : 1.2.1
88
88
0 commit comments