File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
if : ${{ github.actor != 'dependabot[bot]' }}
21
21
steps :
22
- - uses : actions/add-to-project@v1.0.2
22
+ - uses : actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
23
23
with :
24
24
project-url : https://github.com/orgs/MeltanoLabs/projects/3
25
25
github-token : ${{ secrets.MELTYBOT_PROJECT_ADD_PAT }}
Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
with :
19
19
fetch-depth : 0
20
20
21
21
- run : git fetch --force --tags
22
22
23
23
- name : Set up Go
24
- uses : actions/setup-go@v5
24
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
25
25
with :
26
26
go-version : 1.24
27
27
cache : true
28
28
29
29
- name : Run GoReleaser
30
- uses : goreleaser/goreleaser-action@v6
30
+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
31
31
with :
32
32
distribution : goreleaser
33
33
version : latest
Original file line number Diff line number Diff line change 26
26
runs-on : ${{ matrix.os }}
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : Install Go
31
- uses : actions/setup-go@v5
31
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
32
32
with :
33
33
go-version : ${{ matrix.go-version }}
34
34
cache : true
50
50
runs-on : ubuntu-latest
51
51
steps :
52
52
- name : Checkout code
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54
54
55
55
- name : Start MinIO
56
56
if : ${{ matrix.fs == 's3' }}
66
66
quay.io/minio/minio server /data --console-address ":9090"
67
67
68
68
- name : Install Go
69
- uses : actions/setup-go@v5
69
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
70
70
with :
71
71
go-version : stable
72
72
cache : true
You can’t perform that action at this time.
0 commit comments