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 9f8df27 commit 3a64e40Copy full SHA for 3a64e40
.github/workflows/release.yml
@@ -20,11 +20,11 @@ jobs:
20
build:
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@v5 # v5
24
with:
25
fetch-depth: 0
26
27
- - uses: elastic/oblt-actions/aws/auth@476391c0e6815110ce488b8b09c80ed61848a28a # v1
+ - uses: elastic/oblt-actions/aws/auth@v1 # v1
28
29
aws-account-id: "267093732750"
30
0 commit comments