Skip to content

Commit f997d8e

Browse files
build(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [octo-sts/action](https://github.com/octo-sts/action) and [chainguard-dev/actions](https://github.com/chainguard-dev/actions). Updates `octo-sts/action` from 1.0.2 to 1.0.3 - [Release notes](https://github.com/octo-sts/action/releases) - [Commits](octo-sts/action@a26b0c6...d6c70ad) Updates `chainguard-dev/actions` from 1.5.4 to 1.5.7 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@7b18ea9...1b32103) --- updated-dependencies: - dependency-name: octo-sts/action dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: chainguard-dev/actions dependency-version: 1.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 86d314c commit f997d8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regen-answers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2626

27-
- uses: octo-sts/action@a26b0c6455c7f13316f29a8766287f939e75f6c8 # v1.0.2
27+
- uses: octo-sts/action@d6c70ad3b9ac85df6da6b9749014d7283987cfec # v1.0.3
2828
id: octo-sts
2929
with:
3030
scope: ${{ github.repository }}
@@ -55,7 +55,7 @@ jobs:
5555
echo "create_pr_update=true" >> $GITHUB_OUTPUT
5656
5757
# Configure signed commits
58-
- uses: chainguard-dev/actions/setup-gitsign@7b18ea9960f945cabf19a84752e580829347f4ed # v1.5.4
58+
- uses: chainguard-dev/actions/setup-gitsign@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
5959
if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }}
6060

6161
# Based on usage in https://github.com/chainguard-dev/digestabot/blob/main/action.yml

0 commit comments

Comments
 (0)