File tree 5 files changed +15
-15
lines changed
5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ inputs:
10
10
runs :
11
11
using : " composite"
12
12
steps :
13
- - uses : actions/setup-go@v5
13
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
14
14
with :
15
15
go-version : stable
16
16
- name : Generate templ code
17
- uses : capthiron/templ-generator-action@v1
17
+ uses : capthiron/templ-generator-action@f1f7b5d0b261eccff32fa3fc17cf563d993fee94 # v1
18
18
with :
19
19
commit : " false"
20
20
setup-go : " false"
23
23
run : go build -o bin/${{ inputs.binary_name }}
24
24
shell : bash
25
25
- name : Upload ${{ inputs.binary_name }} binary
26
- uses : actions/upload-artifact@v4
26
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
27
27
with :
28
28
name : ${{ inputs.binary_name }}
29
29
path : bin/${{ inputs.binary_name }}
Original file line number Diff line number Diff line change @@ -27,21 +27,21 @@ runs:
27
27
using : " composite"
28
28
steps :
29
29
- name : Configure AWS credentials
30
- uses : aws-actions/configure-aws-credentials@v4
30
+ uses : aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4
31
31
with :
32
32
role-to-assume : ${{ inputs.role_arn }}
33
33
role-session-name : tailout-${{ github.job }}
34
34
aws-region : ${{ inputs.region }}
35
35
- name : Connect runner to tailscale
36
- uses : tailscale/github-action@v3
36
+ uses : tailscale/github-action@8688eb839e58e6b25c1ae96cd99d1c173299b842 # v3
37
37
with :
38
38
oauth-client-id : ${{ inputs.tailscale_oauth_client_id }}
39
39
oauth-secret : ${{ inputs.tailscale_oauth_client_secret }}
40
40
version : ${{ inputs.tailscale_version }}
41
41
tags : tag:github-actions-runner
42
42
args : --operator=runner
43
43
- name : Download ${{ inputs.binary_name }} binary
44
- uses : actions/download-artifact@v4
44
+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
45
45
with :
46
46
name : ${{ inputs.binary_name }}
47
47
path : bin/
Original file line number Diff line number Diff line change 21
21
id-token : write
22
22
steps :
23
23
- name : Checkout repository
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
- name : Log in to the Container registry
26
26
uses : docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99
27
27
with :
42
42
tags : ${{ steps.meta.outputs.tags }}
43
43
labels : ${{ steps.meta.outputs.labels }}
44
44
- name : Generate artifact attestation
45
- uses : actions/attest-build-provenance@v2
45
+ uses : actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2
46
46
with :
47
47
subject-name : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
48
48
subject-digest : ${{ steps.push.outputs.digest }}
Original file line number Diff line number Diff line change 27
27
runs-on : ubuntu-latest
28
28
if : " github.actor != 'renovate[bot]'"
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31
31
- name : Build tailout
32
32
uses : ./.github/actions/build
33
33
with :
49
49
second_command : " tailout disconnect"
50
50
third_command : " tailout status"
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
53
53
- name : Setup environment
54
54
uses : ./.github/actions/setup
55
55
with :
77
77
group : cleanup
78
78
cancel-in-progress : true
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
81
81
- name : Setup environment
82
82
uses : ./.github/actions/setup
83
83
with :
Original file line number Diff line number Diff line change @@ -15,22 +15,22 @@ jobs:
15
15
goreleaser :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
with :
20
20
fetch-depth : 0
21
21
- run : git fetch --force --tags
22
- - uses : actions/setup-go@v5
22
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
23
23
with :
24
24
go-version : stable
25
25
- name : Generate templ code
26
- uses : capthiron/templ-generator-action@v1
26
+ uses : capthiron/templ-generator-action@f1f7b5d0b261eccff32fa3fc17cf563d993fee94 # v1
27
27
with :
28
28
commit : " false"
29
29
setup-go : " false"
30
30
directory : " internal/views"
31
31
# More assembly might be required: Docker logins, GPG, etc. It all depends
32
32
# on your needs.
33
- - uses : goreleaser/goreleaser-action@v6
33
+ - uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6
34
34
with :
35
35
distribution : goreleaser
36
36
version : latest
You can’t perform that action at this time.
0 commit comments