File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 version : v0.8.12
2121 - name : Checkout code.
22- uses : actions/checkout@v4
22+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323 - name : Check formatting.
2424 run : earthly --ci +check-${{ matrix.language }}-formatting
2525 linting :
3434 with :
3535 version : v0.8.12
3636 - name : Checkout code.
37- uses : actions/checkout@v4
37+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3838 - name : Check linting.
3939 run : earthly --ci +check-${{ matrix.language }}-linting
4040 compile :
4646 with :
4747 version : v0.8.12
4848 - name : Checkout code.
49- uses : actions/checkout@v4
49+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5050 - name : Compile.
5151 run : earthly --ci +compile
5252 unit-test :
5858 with :
5959 version : v0.8.12
6060 - name : Checkout code.
61- uses : actions/checkout@v4
61+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6262 - name : Unit test.
6363 run : earthly --ci +unit-test
Original file line number Diff line number Diff line change 1616 with :
1717 version : v0.8.12
1818 - name : Checkout code.
19- uses : actions/checkout@v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 with :
1717 version : v0.8.12
1818 - name : Checkout code.
19- uses : actions/checkout@v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020 with :
2121 ref : ${{ github.event.pull_request.head.sha }}
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 with :
1717 version : v0.8.12
1818 - name : Checkout code.
19- uses : actions/checkout@v4
19+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020 - name : Check GitHub Actions workflows linting.
2121 run : earthly +check-github-actions-workflows-linting
2222 formatting :
2828 with :
2929 version : v0.8.12
3030 - name : Checkout code.
31- uses : actions/checkout@v4
31+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3232 - name : Check formatting.
3333 run : earthly +check-yaml-formatting
Original file line number Diff line number Diff line change 1414 release-please :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : googleapis/release-please-action@v4
17+ - uses : googleapis/release-please-action@7987652d64b4581673a76e33ad5e98e3dd56832f # v4
1818 with :
1919 token : ${{ secrets.MY_RELEASE_PLEASE_TOKEN }}
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ check-rust-formatting:
6666
6767
6868golang-base :
69- FROM golang:1.22.1
69+ FROM golang:1.22.1@sha256:0b55ab82ac2a54a6f8f85ec8b943b9e470c39e32c109b766bbc1b801f3fa8d3b
7070 WORKDIR "/monkey_interpreter"
7171
7272
You can’t perform that action at this time.
0 commit comments