Skip to content

Commit

Permalink
chore(deps): update all github actions dependencies (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 30, 2024
1 parent c71105d commit 58e539c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: graalvm/[email protected].5
- uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- uses: graalvm/[email protected].5
- uses: graalvm/[email protected].6
with:
java-version: '21'
distribution: 'graalvm-community'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "image-name=$(mvn help:evaluate -Dexpression=image.name -q -DforceStdout)" >> $GITHUB_OUTPUT

- name: Scan Docker Image for Vulnerabilities
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
with:
image-ref: ${{ steps.get-image-name.outputs.image-name }}
format: sarif
Expand Down

0 comments on commit 58e539c

Please sign in to comment.