Skip to content

Commit

Permalink
Merge pull request #18 from jschilperoord/feature/fix-cosign-action
Browse files Browse the repository at this point in the history
fix: Update cosign action because of new download location
  • Loading branch information
akorbarsbp authored Jul 31, 2024
2 parents 7e0511c + 26d888f commit 42add64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# https://github.com/sigstore/cosign-installer
- name: Install cosign
if: github.event_name != 'pull_request'
uses: sigstore/cosign-installer@7e0881f8fe90b25e305bbf0309761e9314607e25
uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20
with:
cosign-release: "v1.9.0"

Expand Down
2 changes: 1 addition & 1 deletion awsenergylabeler-lambda/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
awsenergylabelercli==3.2.6
awsenergylabelercli==3.2.6
2 changes: 1 addition & 1 deletion awsenergylabeler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
awsenergylabelercli==3.2.6
awsenergylabelercli==3.2.6

0 comments on commit 42add64

Please sign in to comment.