Skip to content

Commit 0551775

Browse files
chore: bump the workflow-actions group with 2 updates (#80)
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.20 to 3.0.21 - [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases) - [Commits](zgosalvez/github-actions-ensure-sha-pinned-actions@c3a2b64...6eb1abd) Updates `gradle/actions` from c94eb9d32c39fe014e838aa5efdcc186a8ba7e53 to aa23778d2dc6f6556fcc7164e99babbd8c3134e4 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@c94eb9d...aa23778) --- 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 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 1dcdeb3 commit 0551775

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: 'hmarr/debug-action@cd1afbd7852b7ad7b1b7a9a1b03efebd3b0a1820' # v3.0.0
2121

2222
# https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions
23-
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@c3a2b64f69b7a1542a68f44d9edbd9ec3fc1455e' # v3.0.20
23+
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@6eb1abde32fed00453b0d03497f4ba4fecba146d' # v3.0.21
2424

2525
# https://github.com/actions/checkout
2626
- name: 'checkout'
@@ -35,15 +35,15 @@ jobs:
3535

3636
# https://github.com/gradle/actions/tree/main/setup-gradle
3737
- name: 'Set up Gradle'
38-
uses: 'gradle/actions/setup-gradle@c94eb9d32c39fe014e838aa5efdcc186a8ba7e53' # v4.2.2
38+
uses: 'gradle/actions/setup-gradle@aa23778d2dc6f6556fcc7164e99babbd8c3134e4' # v4.2.2
3939
with:
4040
gradle-version: 'wrapper'
4141
gradle-home-cache-cleanup: true
4242
validate-wrappers: true
4343

4444
# https://github.com/gradle/actions/tree/main/dependency-submission
4545
- name: "Generate and submit dependency graph"
46-
uses: "gradle/actions/dependency-submission@c94eb9d32c39fe014e838aa5efdcc186a8ba7e53" # v4.2.2
46+
uses: "gradle/actions/dependency-submission@aa23778d2dc6f6556fcc7164e99babbd8c3134e4" # v4.2.2
4747
env:
4848
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)"
4949
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"

0 commit comments

Comments
 (0)