Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
dec4bee
Pinning workflow .github/workflows/build_and_test.yml
eclipse-otterdog[bot] Jun 4, 2026
6567740
Pinning workflow .github/workflows/build_deploy.yml
eclipse-otterdog[bot] Jun 4, 2026
409ead9
Pinning workflow .github/workflows/codeql.yml
eclipse-otterdog[bot] Jun 4, 2026
fc27d3b
Pinning workflow .github/workflows/coverage.yml
eclipse-otterdog[bot] Jun 4, 2026
4bc49e2
Pinning workflow .github/workflows/latest-up-spec-compatibility.yaml
eclipse-otterdog[bot] Jun 4, 2026
b35633f
Pinning workflow .github/workflows/lint.yml
eclipse-otterdog[bot] Jun 4, 2026
0254d0e
Pinning workflow .github/workflows/release.yml
eclipse-otterdog[bot] Jun 4, 2026
7f4646a
Pinning workflow .github/workflows/build_and_test.yml
eclipse-otterdog[bot] Jul 24, 2026
ffda921
Pinning workflow .github/workflows/build_deploy.yml
eclipse-otterdog[bot] Jul 24, 2026
743da68
Pinning workflow .github/workflows/codeql.yml
eclipse-otterdog[bot] Jul 24, 2026
e755b79
Pinning workflow .github/workflows/latest-up-spec-compatibility.yaml
eclipse-otterdog[bot] Jul 24, 2026
37cd898
Pinning workflow .github/workflows/lint.yml
eclipse-otterdog[bot] Jul 24, 2026
4546e2e
Pinning workflow .github/workflows/release.yml
eclipse-otterdog[bot] Jul 24, 2026
6f4a301
Pinning workflow .github/workflows/build_and_test.yml
eclipse-otterdog[bot] Sep 9, 2026
09e137e
Pinning workflow .github/workflows/build_deploy.yml
eclipse-otterdog[bot] Sep 9, 2026
cb5351e
Pinning workflow .github/workflows/codeql.yml
eclipse-otterdog[bot] Sep 9, 2026
02fd014
Pinning workflow .github/workflows/coverage.yml
eclipse-otterdog[bot] Sep 9, 2026
6415ddc
Pinning workflow .github/workflows/lint.yml
eclipse-otterdog[bot] Sep 9, 2026
a105cdc
Pinning workflow .github/workflows/release.yml
eclipse-otterdog[bot] Sep 9, 2026
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
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
submodules: 'recursive'
- name: Set up JDK 17
uses: actions/setup-java@v4
uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4.9.1
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
submodules: 'recursive'

- name: Set up Apache Maven Central
uses: actions/setup-java@v4
uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4.9.1
with: # configure settings.xml
distribution: 'temurin'
java-version: '17'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,26 @@ jobs:
build-mode: autobuild
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
submodules: 'recursive'

# Setup java 17.
- name: Set up JDK 17
uses: actions/setup-java@v4
uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4.9.1
with:
java-version: '17'
distribution: 'temurin'
cache: maven

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@faaca9a8f6edddba5725ffe5adefdab6669a2eca # v3.38.0
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@faaca9a8f6edddba5725ffe5adefdab6669a2eca # v3.38.0
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libxml2-utils

- name: Set up Java with Maven
uses: actions/setup-java@v4
uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4.9.1
with: # configure settings.xml
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
path: target/site/jacoco

- name: Generate coverage comment
uses: actions/github-script@v7
uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
with:
script: |
const fs = require('fs');
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/latest-up-spec-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
requirements-tracing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
submodules: "recursive"
- name: Fast-Forward to HEAD revision of uProtocol Spec main branch
Expand All @@ -49,7 +49,7 @@ jobs:
cd "${{ github.workspace }}"

- name: "Determine OpenFastTrace file patterns from .env file"
uses: xom9ikk/dotenv@v2.3.0
uses: xom9ikk/dotenv@ac290ca23a42155a0cba1031d23afa46240116a9 # v2.3.0
with:
mode: "oft-latest"
load-mode: strict
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
submodules: 'recursive'

- name: Set up JDK 17
uses: actions/setup-java@v4
uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4.9.1
with:
java-version: '17'
distribution: 'temurin'
Expand All @@ -47,17 +47,17 @@ jobs:
# check links contained in markdown and source code files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
submodules: "recursive"
- name: Restore lychee cache
uses: actions/cache@v4
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
restore-keys: cache-lychee-

- name: Run lychee
uses: lycheeverse/lychee-action@v2
uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0
with:
args: "--cache --max-cache-age 1d --verbose --no-progress --exclude-path './target/' --exclude-path './up-spec/' -- './**/*.md' './**/*.java'"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ jobs:
git config --global user.name 'eclipse-uprotocol-bot'
git config --global user.email 'uprotocol-bot@eclipse.org'

- uses: actions/checkout@v4
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
with:
submodules: 'recursive'
token: ${{ secrets.BOT_GITHUB_TOKEN }}

- name: Set up Apache Maven Central
uses: actions/setup-java@v4
uses: actions/setup-java@cf277c60eb25467037889841efdb72551f06f6c3 # v4.9.1
with: # configure settings.xml
distribution: 'temurin'
java-version: '17'
Expand Down
Loading