Skip to content

Commit 931a20c

Browse files
ci: pinning earthly/actions-setup at v1.0.13 (#95)
1 parent 560c077 commit 931a20c

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
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Download Earthly.
21-
uses: earthly/actions-setup@v1
21+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
2222
with:
2323
version: v0.8.15
2424
- name: Checkout code.
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Download Earthly.
35-
uses: earthly/actions-setup@v1
35+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
3636
with:
3737
version: v0.8.15
3838
- name: Checkout code.

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
language: [rust, python, 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.
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Download Earthly.
72-
uses: earthly/actions-setup@v1
72+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
7373
with:
7474
version: v0.8.15
7575
- name: Checkout code.
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
steps:
8383
- name: Download Earthly.
84-
uses: earthly/actions-setup@v1
84+
uses: earthly/actions-setup@43211c7a0eae5344d6d79fb4aaf209c8f8866203 # v1.0.13
8585
with:
8686
version: v0.8.15
8787
- 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)