We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77df809 commit 24bd32eCopy full SHA for 24bd32e
.github/workflows/bump_version.yaml
@@ -13,6 +13,6 @@ jobs:
13
contents: write
14
pull-requests: write
15
16
- uses: GlueOps/github-workflows/.github/workflows/bump-version-cut-release.yaml@main
+ uses: GlueOps/github-workflows/.github/workflows/bump-version-cut-release.yaml@536dd7ba5e206a5a9ba4c01b0b5fc15aa5f5690a # main
17
secrets:
18
token: ${{ secrets.CREATE_REPO_RELEASE }}
.github/workflows/packer-qemu.yml
@@ -68,7 +68,7 @@ jobs:
68
69
70
- id: install-aws-cli
71
- uses: unfor19/install-aws-cli-action@v1
+ uses: unfor19/install-aws-cli-action@f5b46b7f32cf5e7ebd652656c5036bf83dd1e60c # v1
72
with:
73
version: 2
74
verbose: false
0 commit comments