Skip to content

Commit

Permalink
releng: update slsa generator version (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkerrigan authored Mar 22, 2024
1 parent e8d2587 commit 8b55ed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
id-token: write
contents: write
# Can't pin with hash due to how this workflow works.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.9.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10.0
with:
base64-subjects: ${{ needs.Gather.outputs.hash }}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
maintainer="Cloud Custodian Project",
maintainer_email="cloud-custodian@googlegroups.com",
license="Apache-2.0",
version="0.6.6",
version="0.6.7",
classifiers=[
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 8b55ed4

Please sign in to comment.