Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into issue/JRELEASER-12-su…
Browse files Browse the repository at this point in the history
…pport-bitbucket-cloud-releases
  • Loading branch information
viqueen committed May 17, 2023
2 parents 62d5137 + 1586450 commit 2d39d1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/early-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
provenance:
name: Provenance
needs: [precheck, release]
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.5.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.6.0
with:
base64-subjects: ${{ needs.release.outputs.hashes }}
upload-assets: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frogbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
distribution: ${{ vars.JAVA_DISTRO }}
cache: gradle

- uses: jfrog/frogbot@673e45a00edc60912fd7b3b4fc14490c36571974
- uses: jfrog/frogbot@5118bc2a459addcf8140be655ca97594d118f7d6
env:
JF_URL: ${{ secrets.JFROG_PLATFORM_URL }}
JF_ACCESS_TOKEN: ${{ secrets.JFROG_ACCESS_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
provenance:
name: Provenance
needs: [precheck, release]
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.5.0
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.6.0
with:
base64-subjects: ${{ needs.release.outputs.hashes }}
upload-assets: true
Expand Down

0 comments on commit 2d39d1e

Please sign in to comment.