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 @@ -28,7 +28,7 @@

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

Check warning on line 31 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:31:9: shellcheck reported issue in this script: SC2086:info:9:37: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 31 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:31:9: shellcheck reported issue in this script: SC2086:info:8:53: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 31 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:31:9: shellcheck reported issue in this script: SC2086:info:6:71: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 31 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:31:9: shellcheck reported issue in this script: SC2086:info:5:65: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 31 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:31:9: shellcheck reported issue in this script: SC2086:info:3:48: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 31 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:31: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 @@ -46,7 +46,7 @@
uses: sigstore/cosign-installer@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
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 @@ -140,7 +140,7 @@
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Summary
run: |

Check failure on line 143 in .github/workflows/semrel-release.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2129:style:2:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck] Raw Output: e:.github/workflows/semrel-release.yaml:143:9: shellcheck reported issue in this script: SC2129:style:2:3: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]

Check warning on line 143 in .github/workflows/semrel-release.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:6:63: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/semrel-release.yaml:143:9: shellcheck reported issue in this script: SC2086:info:6:63: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 143 in .github/workflows/semrel-release.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:4:72: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/semrel-release.yaml:143:9: shellcheck reported issue in this script: SC2086:info:4:72: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 143 in .github/workflows/semrel-release.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:3:56: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/semrel-release.yaml:143:9: shellcheck reported issue in this script: SC2086:info:3:56: Double quote to prevent globbing and word splitting [shellcheck]

Check warning on line 143 in .github/workflows/semrel-release.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:2:60: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/semrel-release.yaml:143:9: shellcheck reported issue in this script: SC2086:info:2:60: Double quote to prevent globbing and word splitting [shellcheck]
if [ "${{ steps.semrel.outputs.released }}" = "true" ]; then
echo "### Released ${{ steps.semrel.outputs.tag }} 🚀" >> $GITHUB_STEP_SUMMARY
echo "**Bump:** ${{ steps.semrel.outputs.bump }}" >> $GITHUB_STEP_SUMMARY
Expand All @@ -165,7 +165,7 @@

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

Check failure on line 168 in .github/workflows/semrel-release.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck] Raw Output: e:.github/workflows/semrel-release.yaml:168:9: shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
echo "version=${{ needs.release.outputs.tag }}" >> $GITHUB_OUTPUT
echo "version_short=${{ needs.release.outputs.version_short }}" >> $GITHUB_OUTPUT
echo "build_date=$(date -u +%Y-%m-%dT%H:%M:%SZ)" >> $GITHUB_OUTPUT
Expand All @@ -178,7 +178,7 @@
uses: sigstore/cosign-installer@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down Expand Up @@ -254,7 +254,7 @@
severity: CRITICAL,HIGH

- name: Docker summary
run: |

Check failure on line 257 in .github/workflows/semrel-release.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck] Raw Output: e:.github/workflows/semrel-release.yaml:257:9: shellcheck reported issue in this script: SC2129:style:1:1: Consider using { cmd1; cmd2; } >> file instead of individual redirects [shellcheck]
echo "### Docker image published 🐳" >> $GITHUB_STEP_SUMMARY
echo "**Image:** \`ghcr.io/semrels/semrel:${{ steps.version.outputs.version_short }}\`" >> $GITHUB_STEP_SUMMARY
echo "**Variants:** distroless, alpine" >> $GITHUB_STEP_SUMMARY
Expand Down
Loading