Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Calculate version bump
id: create_tag
uses: chainguard-dev/actions/git-tag@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19
uses: chainguard-dev/actions/git-tag@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # v1.6.22
with:
bump_level: patch
dry_run: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-apko.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
- name: Determine if there is a diff
shell: bash
id: check-diff
run: |

Check warning on line 39 in .github/workflows/update-apko.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:8:33: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/update-apko.yaml:39:7: shellcheck reported issue in this script: SC2086:info:8:33: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 39 in .github/workflows/update-apko.yaml

View workflow job for this annotation

GitHub Actions / Action lint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:5:36: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/update-apko.yaml:39:7: shellcheck reported issue in this script: SC2086:info:5:36: Double quote to prevent globbing and word splitting [shellcheck]
set -x
# Check if there is a diff
if git diff --exit-code MODULE.bazel; then
Expand All @@ -47,7 +47,7 @@
echo "create_pr_update=true" >> $GITHUB_OUTPUT

# Configure signed commits
- uses: chainguard-dev/actions/setup-gitsign@c69a264ec2a5934c3186c618f368fc1c86f16cff # v1.6.19
- uses: chainguard-dev/actions/setup-gitsign@3b7bbeebc3a5d2bc37aa008350202651c32a26e1 # v1.6.22
if: ${{ steps.check-diff.outputs.create_pr_update == 'true' }}

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