Skip to content

Commit

Permalink
Merge pull request #536 from CycloneDX/dependabot/github_actions/grad…
Browse files Browse the repository at this point in the history
…le/actions-4.2.1

build(deps): bump gradle/actions from 4.2.0 to 4.2.1
  • Loading branch information
skhokhlov authored Nov 22, 2024
2 parents e24493f + c0706a3 commit 937e0fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: "gradle"

- name: Setup Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

- name: Build with Gradle
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
settings-path: "${{ github.workspace }}" # location for the settings.xml file

- name: Setup Gradle
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

- name: Build with Gradle
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Generate and submit dependency graph
uses: gradle/actions/[email protected].0
uses: gradle/actions/[email protected].1

0 comments on commit 937e0fe

Please sign in to comment.