Skip to content

Commit 8d6c92c

Browse files
ci: pinning earthly/actions-setup at v1.0.13 (#84)
1 parent 8845c93 commit 8d6c92c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
language: [rust, shell]
1616
steps:
1717
- name: Download Earthly.
18-
uses: earthly/actions-setup@v1
18+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
1919
with:
2020
version: v0.8.15
2121
- name: Checkout code.
@@ -30,7 +30,7 @@ jobs:
3030
language: [rust, shell]
3131
steps:
3232
- name: Download Earthly.
33-
uses: earthly/actions-setup@v1
33+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
3434
with:
3535
version: v0.8.15
3636
- name: Checkout code.
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Download Earthly.
45-
uses: earthly/actions-setup@v1
45+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
4646
with:
4747
version: v0.8.15
4848
- name: Checkout code.
@@ -54,7 +54,7 @@ jobs:
5454
runs-on: ubuntu-latest
5555
steps:
5656
- name: Download Earthly.
57-
uses: earthly/actions-setup@v1
57+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
5858
with:
5959
version: v0.8.15
6060
- name: Checkout code.

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Download Earthly.
15-
uses: earthly/actions-setup@v1
15+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
1616
with:
1717
version: v0.8.15
1818
- name: Checkout code.

.github/workflows/git-history.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Download Earthly.
15-
uses: earthly/actions-setup@v1
15+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
1616
with:
1717
version: v0.8.15
1818
- name: Checkout code.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Download Earthly.
15-
uses: earthly/actions-setup@v1
15+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
1616
with:
1717
version: v0.8.15
1818
- name: Checkout code.
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Download Earthly.
27-
uses: earthly/actions-setup@v1
27+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
2828
with:
2929
version: v0.8.15
3030
- name: Checkout code.

0 commit comments

Comments
 (0)