Skip to content

Commit

Permalink
! Fix runs-on J:DEF-3582
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLachance committed Nov 12, 2024
1 parent 2a463ab commit fa3e279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-maven-openjdk-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ permissions: { }
jobs:
call-api:
name: Call GitHub API
runs-on: ubuntu-latest
runs-on: ${{ fromJson(inputs.runs-on) }}

permissions:
contents: read
Expand Down

0 comments on commit fa3e279

Please sign in to comment.