Skip to content

Commit

Permalink
Merge pull request #73 from 4k4xs4pH1r3/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4.0.0

build(deps): bump actions/setup-java from 3.11.0 to 4.0.0
  • Loading branch information
4k4xs4pH1r3 authored Jan 31, 2024
2 parents 7ca05f7 + 5a4bc21 commit f7ff5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Java ${{ matrix.java-version }}
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/veracode-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- run: curl --silent --show-error --fail -O https://downloads.veracode.com/securityscan/pipeline-scan-LATEST.zip
- run: unzip -o pipeline-scan-LATEST.zip

- uses: actions/setup-java@7a445ee88d4e23b52c33fdc7601e40278616c7f8 # main
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # main
with:
java-version: 8
distribution: 'temurin'
Expand Down

0 comments on commit f7ff5ae

Please sign in to comment.