Skip to content

Commit fda886c

Browse files
chore: bump the workflow-actions group with 2 updates (#163)
Bumps the workflow-actions group with 2 updates: [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) and [gradle/actions](https://github.com/gradle/actions). Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 3.0.22 to 3.0.23 - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d...4830be2) Updates `gradle/actions` from 4.3.0 to 4.3.1 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@94baf22...06832c7) --- 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: gradle/actions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: workflow-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6da2d7e commit fda886c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: 'hmarr/debug-action@cd1afbd7852b7ad7b1b7a9a1b03efebd3b0a1820' # v3.0.0
2525

2626
# https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions
27-
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@25ed13d0628a1601b4b44048e63cc4328ed03633' # v3.0.22
27+
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@4830be28ce81da52ec70d65c552a7403821d98d4' # v3.0.23
2828

2929
# https://github.com/actions/checkout
3030
- name: 'checkout'
@@ -40,7 +40,7 @@ jobs:
4040

4141
# https://github.com/gradle/actions/tree/main/setup-gradle
4242
- name: 'Set up Gradle'
43-
uses: 'gradle/actions/setup-gradle@94baf225fe0a508e581a564467443d0e2379123b' # v4
43+
uses: 'gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244' # v4
4444
with:
4545
gradle-version: 'wrapper'
4646
gradle-home-cache-includes: |-
@@ -52,7 +52,7 @@ jobs:
5252

5353
# https://github.com/gradle/actions/tree/main/dependency-submission
5454
- name: "Generate and submit dependency graph"
55-
uses: "gradle/actions/dependency-submission@94baf225fe0a508e581a564467443d0e2379123b" # v4
55+
uses: "gradle/actions/dependency-submission@06832c7b30a0129d7fb559bcc6e43d26f6374244" # v4
5656
env:
5757
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)"
5858
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"

0 commit comments

Comments
 (0)