Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 89bff4e

Browse files
quentin-laplanche-dockercybercyst
authored andcommitted
chore: pin GitHub Actions to commit SHA (#3)
-e Signed-off-by: Quentin Laplanche <quentin.laplanche@docker.com>
1 parent e3658c6 commit 89bff4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1717
with:
1818
fetch-depth: 0
1919

@@ -31,7 +31,7 @@ jobs:
3131
install: true
3232

3333
- name: Configure AWS Credentials
34-
uses: aws-actions/configure-aws-credentials@v5.1.0
34+
uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
3535
with:
3636
role-to-assume: "arn:aws:iam::710015040892:role/CicdEnvoy-20251021161123163100000002"
3737
role-session-name: EnvoyCI

0 commit comments

Comments
 (0)