Skip to content

Commit

Permalink
chore: bump the workflow-actions group with 4 updates (#78)
Browse files Browse the repository at this point in the history
Bumps the workflow-actions group with 4 updates: [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions), [actions/checkout](https://github.com/actions/checkout), [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) and [gradle/actions](https://github.com/gradle/actions).


Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases)
- [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328...19ebcb0)

Updates `actions/checkout` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@9bb5618...1d96c77)

Updates `gradle/wrapper-validation-action` from 2.1.2 to 3.3.1
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@b231772...5188e9b)

Updates `gradle/actions` from 3.1.0 to 3.3.1
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@417ae3c...750cdda)

---
updated-dependencies:
- dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workflow-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: workflow-actions
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: workflow-actions
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: workflow-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 31f5647 commit 7a060aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
- uses: 'hmarr/debug-action@cd1afbd7852b7ad7b1b7a9a1b03efebd3b0a1820' # v3.0.0

# https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@ba37328d4ea95eaf8b3bd6c6cef308f709a5f2ec' # v3.0.3
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@19ebcb0babbd282ae1822a0b9c28f3f1f25cea45' # v3.0.4

# https://github.com/actions/checkout
- name: 'checkout'
uses: 'actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633' # v4.1.2
uses: 'actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f' # v4.1.3

# https://github.com/actions/setup-java
- name: 'Set up JDK'
Expand All @@ -40,11 +40,11 @@ jobs:

# https://github.com/gradle/wrapper-validation-action
- name: 'Validate Gradle Wrapper'
uses: 'gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92' # v2.1.2
uses: 'gradle/wrapper-validation-action@5188e9b5527a0a094cee21e2fe9a8ca44b4629af' # v3.3.1

# https://github.com/gradle/actions/tree/main/setup-gradle
- name: 'Set up Gradle'
uses: 'gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5' # v3.1.0
uses: 'gradle/actions/setup-gradle@750cdda3edd6d51b7fdfc069d2e2818cf3c44f4c' # v3.3.1
with:
gradle-version: 'wrapper'
gradle-home-cache-includes: |-
Expand Down

0 comments on commit 7a060aa

Please sign in to comment.