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
4 changes: 2 additions & 2 deletions .github/workflows/blackduck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: "Scan With Black Duck"
uses: ./.github/actions/scan-with-blackduck
with:
Expand All @@ -23,7 +23,7 @@ jobs:
if: ${{ failure() && github.ref == 'refs/heads/main' }}
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Notify
run: python .pipeline/scripts/notify.py
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache-maven-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.MAVEN_CACHE_REF }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.context.outputs.commit }}

Expand All @@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.context.outputs.commit }}

Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.context.outputs.commit }}

Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
name: "Run ${{ matrix.task.name }} Analysis"
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.context.outputs.commit }}

Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.context.outputs.commit }}

Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.context.outputs.commit }}

Expand All @@ -414,7 +414,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.context.outputs.commit }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Approve and Merge PRs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: "Setup java"
uses: actions/setup-java@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fosstars-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: "Security rating"
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: SAP/[email protected]
with:
report-branch: fosstars-report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/javadoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global user.name "SAP Cloud SDK Bot"

- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
run: mvn clean javadoc:aggregate -Drelease -Djava.failOnWarning=false --projects "${PROJECTS}" --quiet

- name: "Checkout Docs Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ env.DOCS_REPO }}
path: .cloud-sdk-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perform-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GH_TOKEN: ${{ github.token }}

- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: "Check Whether Code PR Can Be Merged"
if: ${{ inputs.skip-pr-merge != 'true' }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.branch }}

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
statuses: write # needed to update the commit status
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.bump-version.outputs.release-branch }}

Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.bump-version.outputs.release-branch }}

Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
statuses: write # needed to update the commit status
steps:
- name: "Checkout repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.create-release.outputs.release-name }}
- name: "Trigger workflow (ignore failures)"
Expand All @@ -182,12 +182,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Code Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.bump-version.outputs.release-branch }}
token: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }}
- name: "Checkout Docs Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{ env.DOCS_REPO }}
path: .cloud-sdk-docs
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ needs.bump-version.outputs.release-branch }}
token: ${{ secrets.BOT_SDK_JS_FOR_DOCS_REPO_PR }} # this is needed so that the same token is used when pushing our changes later. Otherwise, our on: push workflows (i.e. our continuous integration) won't be triggered.
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
if: ${{ failure() }}
steps:
- name: "Checkout Repository"
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ github.event.inputs.branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: REUSE Compliance Check
uses: fsfe/[email protected]