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
52 changes: 26 additions & 26 deletions .github/workflows/10_build-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: checkout
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- uses: actions/setup-java@v5
with:
Expand Down Expand Up @@ -58,21 +58,21 @@ jobs:
[[ $NUM_REPO_SDK -ne 0 ]] & echo "sdk repo existing!"

- name: upload repo.binary
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: repo.binary
path: releng/repo.binary/target/repo.binary-*.zip
if-no-files-found: warn

- name: upload repo.sdk
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: repo.sdk
path: releng/repo.sdk/target/repo.sdk-*.zip
if-no-files-found: warn

- name: upload repo.products
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: repo.products
path: releng/products/target/**/**/products-*.zip
Expand Down Expand Up @@ -200,155 +200,155 @@ jobs:

- name: upload styled test and coverage reports
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: ci-reports-styled
path: .ci-reports/**
if-no-files-found: warn

- name: upload coverage html
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: coverage-html
path: tests/example.rcp.tests.reports/target/site/**
if-no-files-found: warn

- name: upload feature-product linux x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.feature.product-linux.gtk.x86_64
path: releng/products/target/**/**/example.rcp.app.ui.feature.product-*linux.gtk.x86_64.tar.gz
if-no-files-found: warn

- name: upload feature-product linux aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.feature.product-linux.gtk.aarch64
path: releng/products/target/**/example.rcp.app.ui.feature.product-*linux.gtk.aarch64.tar.gz
if-no-files-found: warn

- name: upload feature-product macosx x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.feature.product-macosx.cocoa.x86_64
path: releng/products/target/**/example.rcp.app.ui.feature.product-*macosx.cocoa.x86_64.tar.gz
if-no-files-found: warn

- name: upload feature-product macosx aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.feature.product-macosx.cocoa.aarch64
path: releng/products/target/**/example.rcp.app.ui.feature.product-*macosx.cocoa.aarch64.tar.gz
if-no-files-found: warn

- name: upload feature-product win32 x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.feature.product-win32.win32.x86_64
path: releng/products/target/**/example.rcp.app.ui.feature.product-*win32.win32.x86_64.zip
if-no-files-found: warn

- name: upload plugin-product linux x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.plugin.product-linux.gtk.x86_64
path: releng/products/target/**/example.rcp.app.ui.plugin.product-*linux.gtk.x86_64.tar.gz
if-no-files-found: warn

- name: upload plugin-product linux aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.plugin.product-linux.gtk.aarch64
path: releng/products/target/**/example.rcp.app.ui.plugin.product-*linux.gtk.aarch64.tar.gz
if-no-files-found: warn

- name: upload plugin-product macosx x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.plugin.product-macosx.cocoa.x86_64
path: releng/products/target/**/example.rcp.app.ui.plugin.product-*macosx.cocoa.x86_64.tar.gz
if-no-files-found: warn

- name: upload plugin-product macosx aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.plugin.product-macosx.cocoa.aarch64
path: releng/products/target/**/example.rcp.app.ui.plugin.product-*macosx.cocoa.aarch64.tar.gz
if-no-files-found: warn

- name: upload plugin-product win32 x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.plugin.product-win32.win32.x86_64
path: releng/products/target/**/example.rcp.app.ui.plugin.product-*win32.win32.x86_64.zip
if-no-files-found: warn

- name: upload mixed-product linux x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.mixed.product-linux.gtk.x86_64
path: releng/products/target/**/example.rcp.app.ui.mixed.product-*linux.gtk.x86_64.tar.gz
if-no-files-found: warn

- name: upload mixed-product linux aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.mixed.product-linux.gtk.aarch64
path: releng/products/target/**/example.rcp.app.ui.mixed.product-*linux.gtk.aarch64.tar.gz
if-no-files-found: warn

- name: upload mixed-product macosx x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.mixed.product-macosx.cocoa.x86_64
path: releng/products/target/**/example.rcp.app.ui.mixed.product-*macosx.cocoa.x86_64.tar.gz
if-no-files-found: warn

- name: upload mixed-product macosx aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.mixed.product-macosx.cocoa.aarch64
path: releng/products/target/**/example.rcp.app.ui.mixed.product-*macosx.cocoa.aarch64.tar.gz
if-no-files-found: warn

- name: upload mixed-product win32 x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.app.ui.mixed.product-win32.win32.x86_64
path: releng/products/target/**/example.rcp.app.ui.mixed.product-*win32.win32.x86_64.zip
if-no-files-found: warn

- name: upload headless-product linux x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.headless.feature.product-linux.gtk.x86_64
path: releng/products/target/**/example.rcp.headless.feature.product-*linux.gtk.x86_64.tar.gz
if-no-files-found: warn

- name: upload headless-product linux aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.headless.feature.product-linux.gtk.aarch64
path: releng/products/target/**/example.rcp.headless.feature.product-*linux.gtk.aarch64.tar.gz
if-no-files-found: warn

- name: upload headless-product macosx x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.headless.feature.product-macosx.cocoa.x86_64
path: releng/products/target/**/example.rcp.headless.feature.product-*macosx.cocoa.x86_64.tar.gz
if-no-files-found: warn

- name: upload headless-product macosx aarch64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.headless.feature.product-macosx.cocoa.aarch64
path: releng/products/target/**/example.rcp.headless.feature.product-*macosx.cocoa.aarch64.tar.gz
if-no-files-found: warn

- name: upload headless-product win32 x86_64
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: example.rcp.headless.feature.product-win32.win32.x86_64
path: releng/products/target/**/example.rcp.headless.feature.product-*win32.win32.x86_64.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/20_snapshot-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: checkout
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/30_release-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:

- name: checkout
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- uses: actions/setup-java@v5
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/40_product-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:

- name: checkout
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- uses: actions/setup-java@v5
with:
Expand Down Expand Up @@ -459,7 +459,7 @@ jobs:
# ----------------------------------------------------------------
- name: upload product logs
if: always()
uses: actions/upload-artifact@v7
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
with:
name: product-logs-${{ matrix.platform }}
path: products/**/*.log
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
with:
languages: java

Expand All @@ -46,6 +46,6 @@ jobs:
continue-on-error: true

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
with:
category: "/language:java"
10 changes: 5 additions & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ jobs:
if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Inject source revision for docs
run: 'echo "source_revision: ${GITHUB_SHA}" >> _doc/_config.yml'
- name: Setup Pages
uses: actions/configure-pages@v6
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
uses: actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1
with:
source: ./_doc
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4

# Deployment job
deploy:
Expand All @@ -57,4 +57,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v5
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5
Loading