Skip to content

Commit

Permalink
Merge pull request #5754 from bndtools/dependabot/github_actions/grad…
Browse files Browse the repository at this point in the history
…le/gradle-build-action-2.7.1

build(deps): Bump gradle/gradle-build-action from 2.7.0 to 2.7.1
  • Loading branch information
pkriens authored Aug 21, 2023
2 parents 13507b0 + 5dbc180 commit f8173aa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
- name: Build
id: build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Set up Gradle
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
- name: Initialize CodeQL Analysis
uses: github/codeql-action/init@cdcdbb579706841c47f7063dda365e292e5cad7a
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
- name: Build
id: build
run: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
8
${{ matrix.java }}
- name: Set up Gradle
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c
uses: gradle/gradle-build-action@243af859f8ca30903d9d7f7936897ca0358ba691
- name: Download dist/bundles
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down

0 comments on commit f8173aa

Please sign in to comment.