Skip to content

Commit

Permalink
chore: bump the workflow-actions group with 4 updates (#99)
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.7 to 3.0.9
- [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases)
- [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@76d1d8e...74606c3)

Updates `actions/checkout` from 4.1.6 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...692973e)

Updates `gradle/wrapper-validation-action` from 3.3.2 to 3.4.1
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@216d1ad...9ba54b6)

Updates `gradle/actions` from 3.3.2 to 3.4.1
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@db19848...31ae356)

---
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-minor
  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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 17, 2024
1 parent 5133e1b commit ceb32d5
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@76d1d8e0b075d7190b5d59b86da91c7bdbcc99b2' # v3.0.7
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@74606c30450304eee8660aae751818321754feb1' # v3.0.9

# https://github.com/actions/checkout
- name: 'checkout'
uses: 'actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29' # v4.1.6
uses: 'actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332' # v4.1.7

# 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@216d1ad2b3710bf005dc39237337b9673fd8fcd5' # v3.3.2
uses: 'gradle/wrapper-validation-action@9ba54b687bf0f59b62abbf91e0d60de082e8ebc4' # v3.4.1

# https://github.com/gradle/actions/tree/main/setup-gradle
- name: 'Set up Gradle'
uses: 'gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43' # v3.3.2
uses: 'gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83' # v3.4.1
with:
gradle-version: 'wrapper'
gradle-home-cache-includes: |-
Expand Down

0 comments on commit ceb32d5

Please sign in to comment.