Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
fetch-depth: 0
- id: timestamp
name: Build Timestamp
run: echo "iso8601=$(date --utc --iso-8601=seconds)" >> $GITHUB_OUTPUT

Check warning on line 53 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / github-actions

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:52: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: i:.github/workflows/release.yml:53:9: shellcheck reported issue in this script: SC2086:info:1:52: Double quote to prevent globbing and word splitting [shellcheck]
- id: notes
name: Generate Release Notes
uses: metio/ci/release-notes@392a32762cd5626c0aa9e6e67414240a021b90ae # 2026.6.26153329
Expand All @@ -61,7 +61,7 @@
env:
VERSION: ${{ needs.prepare.outputs.version }}
NOTES: ${{ steps.notes.outputs.file }}
run: |

Check failure on line 64 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / github-actions

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC1073:error:1:17: Couldn't parse this here document. Fix to allow more checks [shellcheck] Raw Output: e:.github/workflows/release.yml:64:9: shellcheck reported issue in this script: SC1073:error:1:17: Couldn't parse this here document. Fix to allow more checks [shellcheck]

Check failure on line 64 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / github-actions

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC1072:error:7:1: Here document was not correctly terminated. Fix any mentioned problems and try again [shellcheck] Raw Output: e:.github/workflows/release.yml:64:9: shellcheck reported issue in this script: SC1072:error:7:1: Here document was not correctly terminated. Fix any mentioned problems and try again [shellcheck]

Check failure on line 64 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / github-actions

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC1044:error:1:19: Couldn't find end token `EOF' in the here document [shellcheck] Raw Output: e:.github/workflows/release.yml:64:9: shellcheck reported issue in this script: SC1044:error:1:19: Couldn't find end token `EOF' in the here document [shellcheck]

Check warning on line 64 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / github-actions

[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck] Raw Output: i:.github/workflows/release.yml:64:9: shellcheck reported issue in this script: SC1009:info:1:1: The mentioned syntax error was in this simple command [shellcheck]
cat >> "$NOTES" <<EOF

## Usage
Expand All @@ -69,7 +69,7 @@
Pull the library from [Maven Central](https://central.sonatype.com/artifact/wtf.metio.devcontainer/devcontainer.java).
- id: setup-java
name: Set up Java
uses: actions/setup-java@v5
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5
with:
java-version: 25
distribution: temurin
Expand All @@ -79,7 +79,7 @@
server-password: MAVEN_CENTRAL_TOKEN
- id: gpg
name: GPG Key
uses: timheuer/base64-to-file@v2
uses: timheuer/base64-to-file@dfa5a5dd38803cb4f5c3a081eeb28e8362d43e9c # v2
with:
fileName: signing.key.asc
fileDir: ${{ github.workspace }}
Expand All @@ -89,7 +89,7 @@
run: mvn --batch-mode --define newVersion=${{ needs.prepare.outputs.version }} --define generateBackupPoms=false versions:set
- id: deploy-maven
name: Deploy Maven Artifact
run: >

Check failure on line 92 in .github/workflows/release.yml

View workflow job for this annotation

GitHub Actions / github-actions

[actionlint] reported by reviewdog 🐶 property "sha" is not defined in object type {checkout: {conclusion: string; outcome: string; outputs: {string => string}}; gpg: {conclusion: string; outcome: string; outputs: {string => string}}; notes: {conclusion: string; outcome: string; outputs: {string => string}}; pom-version: {conclusion: string; outcome: string; outputs: {string => string}}; setup-java: {conclusion: string; outcome: string; outputs: {string => string}}; timestamp: {conclusion: string; outcome: string; outputs: {string => string}}} [expression] Raw Output: e:.github/workflows/release.yml:92:79: property "sha" is not defined in object type {checkout: {conclusion: string; outcome: string; outputs: {string => string}}; gpg: {conclusion: string; outcome: string; outputs: {string => string}}; notes: {conclusion: string; outcome: string; outputs: {string => string}}; pom-version: {conclusion: string; outcome: string; outputs: {string => string}}; setup-java: {conclusion: string; outcome: string; outputs: {string => string}}; timestamp: {conclusion: string; outcome: string; outputs: {string => string}}} [expression]
mvn
--batch-mode
--activate-profiles release
Expand All @@ -103,7 +103,7 @@
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
- id: create_release
name: Create Release
uses: softprops/action-gh-release@v3
uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
with:
tag_name: ${{ needs.prepare.outputs.version }}
name: ${{ needs.prepare.outputs.version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
steps:
- id: checkout
name: Clone Git Repository
uses: actions/checkout@v7
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
- id: graal
name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
uses: graalvm/setup-graalvm@6f3fa030c4b8f77c1f554a860f593a654538fa38 # v1
with:
version: latest
java-version: 25
github-token: ${{ secrets.GITHUB_TOKEN }}
- id: cache
name: Cache Maven Repository
uses: actions/cache@v6
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down
Loading