Skip to content

Commit c4af2ee

Browse files
authored
ci: use hashes for actions everywhere (#17803)
1 parent da2201b commit c4af2ee

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-aws-cfn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
- check-changes-applied
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: re-actors/alls-green@release/v1
45+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
4646
with:
4747
jobs: ${{ toJSON(needs) }}

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,6 @@ jobs:
117117
- build-container
118118
runs-on: ubuntu-latest
119119
steps:
120-
- uses: re-actors/alls-green@release/v1
120+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
121121
with:
122122
jobs: ${{ toJSON(needs) }}

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
- test-e2e
226226
runs-on: ubuntu-latest
227227
steps:
228-
- uses: re-actors/alls-green@release/v1
228+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
229229
with:
230230
jobs: ${{ toJSON(needs) }}
231231
build:

.github/workflows/ci-outpost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- test-unittest
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: re-actors/alls-green@release/v1
66+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
6767
with:
6868
jobs: ${{ toJSON(needs) }}
6969
build-container:

.github/workflows/ci-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- lint
6969
runs-on: ubuntu-latest
7070
steps:
71-
- uses: re-actors/alls-green@release/v1
71+
- uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
7272
with:
7373
jobs: ${{ toJSON(needs) }}
7474
test:

0 commit comments

Comments
 (0)