We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3658c6 commit 89bff4eCopy full SHA for 89bff4e
1 file changed
.github/workflows/build-and-release.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v5
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
17
with:
18
fetch-depth: 0
19
@@ -31,7 +31,7 @@ jobs:
31
install: true
32
33
- name: Configure AWS Credentials
34
- uses: aws-actions/configure-aws-credentials@v5.1.0
+ uses: aws-actions/configure-aws-credentials@00943011d9042930efac3dcd3a170e4273319bc8 # v5.1.0
35
36
role-to-assume: "arn:aws:iam::710015040892:role/CicdEnvoy-20251021161123163100000002"
37
role-session-name: EnvoyCI
0 commit comments