Skip to content

Commit

Permalink
chore: bump the workflow-actions group across 1 directory with 2 upda…
Browse files Browse the repository at this point in the history
…tes (#138)
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 09bba64 commit 8f68e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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@38608ef4fb69adae7f1eac6eeb88e67b7d083bfd' # v3.0.16
- uses: 'zgosalvez/github-actions-ensure-sha-pinned-actions@5d6ac37a4cef8b8df67f482a8e384987766f0213' # v3.0.17

# https://github.com/actions/checkout
- name: 'checkout'
Expand All @@ -40,7 +40,7 @@ jobs:

# https://github.com/gradle/actions/tree/main/setup-gradle
- name: 'Set up Gradle'
uses: 'gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808' # v4
uses: 'gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0' # v4
with:
gradle-version: 'wrapper'
gradle-home-cache-includes: |-
Expand All @@ -52,7 +52,7 @@ jobs:

# https://github.com/gradle/actions/tree/main/dependency-submission
- name: "Generate and submit dependency graph"
uses: "gradle/actions/dependency-submission@d156388eb19639ec20ade50009f3d199ce1e2808" # v4
uses: "gradle/actions/dependency-submission@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0" # v4
env:
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: "^:(build-logic|buildSrc|.*[Tt]test.*)"
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: ".*[Tt]est.*Classpath"
Expand Down

0 comments on commit 8f68e26

Please sign in to comment.