Skip to content

Commit

Permalink
Bump gradle/actions from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [gradle/actions](https://github.com/gradle/actions) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@cc4fc85...0bdd871)

---
updated-dependencies:
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 0a916aa commit ddba50c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-client-server-pds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pds-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-web-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wrapper-checkmarx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wrapper-owaspzap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wrapper-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-wrapper-xray.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
distribution: temurin

- name: Set up Gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6
with:
cache-read-only: false

Expand Down

0 comments on commit ddba50c

Please sign in to comment.