Skip to content

Commit

Permalink
Use tag instead of has pin for SLSA generator (#2969)
Browse files Browse the repository at this point in the history
* Use tag instead of has pin for SLSA generator

* Update renovate.json
  • Loading branch information
laurentsimon committed Oct 20, 2022
1 parent bd0be81 commit 34f1f88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
actions: read # To read the workflow path.
id-token: write # To sign the provenance.
contents: write # To add assets to a release.
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@dc705baf82c5178c9d1555594b0652f569e22779 # tag=v1.2.1
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.1
with:
base64-subjects: "${{ needs.goreleaser.outputs.hashes }}"
upload-assets: true # upload to a new release
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Expand Up @@ -35,6 +35,11 @@
"github-pages"
],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"matchPackageNames": ["slsa-framework/slsa-github-generator"],
"pinDigests": false
}
]
}

0 comments on commit 34f1f88

Please sign in to comment.