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/chart-release-identityhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-release-issuerservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dash-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup-java

- name: generate dependency list
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dast-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: OWASP ZAP API Scan

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup-memory-runtime

- name: Fetch SI TOKEN
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
name: OWASP ZAP FULL Scan
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup-memory-runtime

- name: Generating report skeletons
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deployment-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# runs-on: ubuntu-latest
# needs: test-prepare
# steps:
# - uses: actions/checkout@v4
# - uses: actions/checkout@v5
# - uses: ./.github/actions/run-deployment-test
# name: "Run deployment test using KinD and Helm"
# with:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
"v1.29.8" ]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: ./.github/actions/run-deployment-test
name: "Run deployment test using KinD and Helm"
with:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
"v1.29.8" ]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: ./.github/actions/run-deployment-test
name: "Run deployment test using KinD and Helm"
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
"v1.29.8" ]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: ./.github/actions/run-deployment-test
name: "Run deployment test using KinD and Helm"
with:
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
"v1.29.8" ]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- uses: ./.github/actions/run-deployment-test
name: "Run deployment test using KinD and Helm"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
##############
### Set-Up ###
##############
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0
- uses: ./.github/actions/setup-helm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
security-events: write

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: KICS scan
uses: checkmarx/kics-github-action@v1.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-new-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
outputs:
VERSION: ${{ steps.get-version.outputs.VERSION }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: "Get version"
id: get-version
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scan-pr-title.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: deepakputhraya/action-pr-title@master
with:
# Match pull request titles conventional commit syntax (https://www.conventionalcommits.org/en/v1.0.0/)
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: false
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: agilepathway/label-checker@v1.6.61
with:
any_of: api,bug,build,dependencies,documentation,enhancement,no-changelog,refactoring
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0 # Ensure full clone for pull request workflows

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Log inputs
run: |
echo "Input Version: ${{ inputs.docker_tag }}, Input namespace: ${{ inputs.namespace}}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-maven-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
contents: read
steps:
# Set-Up
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup-java

# Import GPG Key
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.31.0
with:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- edc-controlplane-postgresql-hashicorp-vault
- edc-dataplane-hashicorp-vault
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

## This step will fail if the docker images is not found
- name: "Check if image exists"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgradeability-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
needs: [ test-prepare ]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- uses: ./.github/actions/setup-helm
- uses: ./.github/actions/setup-kubectl
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
Checkstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: ./.github/actions/setup-java
- name: Run Checkstyle
Expand All @@ -38,23 +38,23 @@ jobs:
Javadoc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup-java
- name: Run Javadoc
run: ./gradlew javadoc

Unit-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: ./.github/actions/setup-java
- name: 'Unit and system tests'
run: ./gradlew test

Integration-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: eclipse-edc/.github/.github/actions/setup-build@main

- name: Component Tests
Expand All @@ -63,7 +63,7 @@ jobs:
Postgresql-Integration-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: eclipse-edc/.github/.github/actions/setup-build@main

- name: Postgresql Tests
Expand Down
Loading