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/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

- name: Set version metadata
id: version
run: |

Check warning on line 32 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:9:37: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:32:9: shellcheck reported issue in this script: SC2086:info:9:37: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 32 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:8:53: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:32:9: shellcheck reported issue in this script: SC2086:info:8:53: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 32 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:6:71: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:32:9: shellcheck reported issue in this script: SC2086:info:6:71: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 32 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:5:65: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:32:9: shellcheck reported issue in this script: SC2086:info:5:65: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 32 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:3:48: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:32:9: shellcheck reported issue in this script: SC2086:info:3:48: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 32 in .github/workflows/docker.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:58: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/docker.yml:32:9: shellcheck reported issue in this script: SC2086:info:2:58: Double quote to prevent globbing and word splitting [shellcheck]
if [ "${{ github.event_name }}" = "release" ]; then
echo "version=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
echo "version_short=${GITHUB_REF_NAME#v}" >> $GITHUB_OUTPUT
Expand All @@ -44,7 +44,7 @@
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3

- name: Install cosign
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2

- name: Log in to GitHub Container Registry
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semrel-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3

- name: Install cosign
uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2

- name: Log in to GitHub Container Registry
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4
Expand Down
Loading