File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
with :
17
17
version : v0.8.6
18
18
- name : Checkout code.
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
- name : Compile.
21
21
run : earthly --ci +compile
Original file line number Diff line number Diff line change 16
16
with :
17
17
version : v0.8.6
18
18
- name : Checkout code.
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 16
16
with :
17
17
version : v0.8.6
18
18
- name : Checkout code.
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
with :
21
21
ref : ${{ github.event.pull_request.head.sha }}
22
22
fetch-depth : 0
Original file line number Diff line number Diff line change 16
16
with :
17
17
version : v0.8.6
18
18
- name : Checkout code.
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
- name : Check GitHub Actions workflows linting.
21
21
run : earthly +check-github-actions-workflows-linting
22
22
formatting :
28
28
with :
29
29
version : v0.8.6
30
30
- name : Checkout code.
31
- uses : actions/checkout@v4
31
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
32
32
- name : Check formatting.
33
33
run : earthly +check-yaml-formatting
Original file line number Diff line number Diff line change 14
14
release-please :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : googleapis/release-please-action@v4
17
+ - uses : googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
18
18
with :
19
19
token : ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ check-conventional-commits-linting:
48
48
49
49
50
50
golang-base :
51
- FROM golang:1.22.1
51
+ FROM golang:1.22.1@sha256:0b55ab82ac2a54a6f8f85ec8b943b9e470c39e32c109b766bbc1b801f3fa8d3b
52
52
WORKDIR "/nasm-x86-shellcode-generator"
53
53
54
54
You can’t perform that action at this time.
0 commit comments