Skip to content

Commit

Permalink
Merge pull request #854 from uhafner/dependabot/github_actions/uhafne…
Browse files Browse the repository at this point in the history
…r/autograding-github-action-1.7.3

Bump uhafner/autograding-github-action from 1.7.0 to 1.7.3
  • Loading branch information
uhafner authored Nov 16, 2023
2 parents 784546e + aecc374 commit 6a8f027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autograding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Mutation Coverage
run: mvn -V --color always -ntp org.pitest:pitest-maven:mutationCoverage
- name: Autograding
uses: uhafner/[email protected].0
uses: uhafner/[email protected].3
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
HEAD_SHA: ${{github.event.pull_request.head.sha}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reporting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Mutation Coverage
run: mvn -V --color always -ntp org.pitest:pitest-maven:mutationCoverage
- name: Autograding
uses: uhafner/[email protected].0
uses: uhafner/[email protected].3
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
HEAD_SHA: ${{github.event.pull_request.head.sha}}
Expand Down

0 comments on commit 6a8f027

Please sign in to comment.