Skip to content

Commit 560c077

Browse files
ci: pinning actions/checkout at v4.2.2 (#94)
1 parent 2aea0fb commit 560c077

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
version: v0.8.15
2424
- name: Checkout code.
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: Publish binary.
2727
run: earthly --ci --secret GH_TOKEN +publish-binary --release "${GITHUB_REF_NAME}"
2828
env:
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
version: v0.8.15
3838
- name: Checkout code.
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4040
- name: Publish crate.
4141
run: earthly --ci --secret CARGO_REGISTRY_TOKEN +publish-crate
4242
env:

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
version: v0.8.15
2121
- name: Checkout code.
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- name: Check formatting.
2424
run: earthly --ci +check-${{ matrix.language }}-formatting
2525
linting:
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
version: v0.8.15
3636
- name: Checkout code.
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
- name: Check linting.
3939
run: earthly --ci +check-${{ matrix.language }}-linting
4040
compile:
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
version: v0.8.15
4848
- name: Checkout code.
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
- name: Compile.
5151
run: earthly --ci +compile
5252
unit-test:
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
version: v0.8.15
6060
- name: Checkout code.
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6262
with:
6363
ref: ${{ github.event.pull_request.head.sha }}
6464
fetch-depth: 0
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
version: v0.8.15
7575
- name: Checkout code.
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777
- name: Static binary test.
7878
run: earthly --ci +static-binary-test
7979
end-to-end-test:
@@ -85,6 +85,6 @@ jobs:
8585
with:
8686
version: v0.8.15
8787
- name: Checkout code.
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8989
- name: End to End test.
9090
run: earthly --ci +end-to-end-test

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: v0.8.15
1818
- name: Checkout code.
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222
fetch-depth: 0

.github/workflows/git-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: v0.8.15
1818
- name: Checkout code.
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
with:
2121
ref: ${{ github.event.pull_request.head.sha }}
2222
fetch-depth: 0

.github/workflows/github-actions-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
version: v0.8.15
1818
- name: Checkout code.
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
- name: Check GitHub Actions workflows linting.
2121
run: earthly +check-github-actions-workflows-linting
2222
formatting:
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
version: v0.8.15
3030
- name: Checkout code.
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
- name: Check formatting.
3333
run: earthly +check-yaml-formatting

0 commit comments

Comments
 (0)