Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/checkout action to v4.2.1 #2079

Merged
merged 1 commit into from
Oct 8, 2024
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -58,7 +58,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -83,7 +83,7 @@ jobs:
fail-fast: false
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
suite: profiler
fail-fast: false
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install shell check
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- uses: gradle/actions/[email protected]
12 changes: 6 additions & 6 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -32,7 +32,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -57,7 +57,7 @@ jobs:
fail-fast: false
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
suite: profiler
fail-fast: false
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
# You can get conclusion by env (env.WORKFLOW_CONCLUSION)
- uses: technote-space/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Create issue
if: env.WORKFLOW_CONCLUSION == 'failure' # notify only if failure
Expand All @@ -159,7 +159,7 @@ jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install shell check
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand All @@ -79,7 +79,7 @@ jobs:
fail-fast: false
steps:
- name: Check out repository
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
suite: profiler
fail-fast: false
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
shellcheck:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Install shell check
run: wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v0.8.0/shellcheck-v0.8.0.linux.x86_64.tar.xz" | tar -xJv
Expand All @@ -163,7 +163,7 @@ jobs:
license-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
generate-metadata:
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Set up JDK 17 for running Gradle
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-image-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
packages: write
contents: read
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-profiling-petclinic-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
steps:
- name: check out the repo
uses: actions/[email protected].0
uses: actions/[email protected].1
- uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
uses: docker/[email protected]
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Support longpaths
run: git config --system core.longpaths true
- name: check out the repo
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Login to GitHub Container Registry
uses: azure/docker-login@v2
with:
Expand Down