Skip to content

Commit 0444d06

Browse files
authored
Merge pull request #6550 from zaproxy/dependabot/github_actions/gha-53f5737b50
build(deps): bump gradle/actions from 4.4.0 to 4.4.1 in the gha group
2 parents c9eb636 + 9d13913 commit 0444d06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
distribution: 'temurin'
2525
java-version: ${{ matrix.java }}
26-
- uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
26+
- uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
2727
with:
2828
gradle-home-cache-includes: |
2929
caches

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: github/codeql-action/autobuild@v3
3636

3737
- if: matrix.language == 'java'
38-
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
38+
uses: gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
3939
with:
4040
cache-read-only: true
4141
gradle-home-cache-includes: |

0 commit comments

Comments
 (0)