Skip to content

Commit cfb5b19

Browse files
committed
ci: pin github actions versions to commit SHA
1 parent d954276 commit cfb5b19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ jobs:
5151
runs-on: ubuntu-latest
5252
needs: build
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5555
- name: Download Jacoco report artifact
5656
uses: actions/download-artifact@v4
5757
with:
5858
name: jacoco-report
5959
path: target/site/jacoco
60-
- uses: codecov/codecov-action@v5
60+
- uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a
6161
name: Send coverage to Codecov
6262
with:
6363
file: ./**/target/site/jacoco/jacoco.xml
6464
name: codecov
6565
- name: Send coverage to Codacy
66-
uses: codacy/codacy-coverage-reporter-action@master
66+
uses: codacy/codacy-coverage-reporter-action@89d6c85cfafaec52c72b6c5e8b2878d33104c699
6767
with:
6868
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}

.github/workflows/update-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
find . -name 'pom.xml' | xargs sed -i 's/yyyy/'${{ github.event.inputs.aoc_year }}'/g'
6363
- name: Open Pull Request
64-
uses: peter-evans/create-pull-request@v7
64+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
6565
id: pull-request
6666
with:
6767
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)