Skip to content

Commit

Permalink
ci: pin github actions versions to commit SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Flashky committed Dec 1, 2024
1 parent d954276 commit cfb5b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,18 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Download Jacoco report artifact
uses: actions/download-artifact@v4
with:
name: jacoco-report
path: target/site/jacoco
- uses: codecov/codecov-action@v5
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
name: Send coverage to Codecov
with:
file: ./**/target/site/jacoco/jacoco.xml
name: codecov
- name: Send coverage to Codacy
uses: codacy/codacy-coverage-reporter-action@master
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/update-year.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
find . -name 'pom.xml' | xargs sed -i 's/yyyy/'${{ github.event.inputs.aoc_year }}'/g'
- name: Open Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
id: pull-request
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cfb5b19

Please sign in to comment.