Skip to content

Commit e223662

Browse files
authored
Pin 3rd-party actions to SHA1 (#2223)
* Pin 3rd-party actions to SHA1 in .github/workflows/publish_reports.yml * Pin 3rd-party actions to SHA1 in .github/workflows/build_test.yml
1 parent 2183e8a commit e223662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Build and compile using Maven
5656
- name: Build/Compile and run unit tests
57-
uses: GabrielBB/xvfb-action@v1
57+
uses: GabrielBB/xvfb-action@86d97bde4a65fe9b290c0b3fb92c2c4ed0e5302d #v1
5858
with:
5959
run: mvn clean verify -U -fae --settings build-ci/maven-settings.xml -DskipITests=true -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -ntp
6060

.github/workflows/publish_reports.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
find . -name '*.zip' -exec sh -c 'unzip -d "${1%.*}" "$1"' _ {} \;
4444
- name: Publish aggregated tests reports
45-
uses: scacap/action-surefire-report@v1
45+
uses: scacap/action-surefire-report@4cbb611f23a9b5a030c73c2b32190a80983956ed #v1
4646
with:
4747
github_token: ${{secrets.GITHUB_TOKEN}}
4848
report_paths: '${{github.workspace}}/*test-reports/**/TEST-*.xml'

0 commit comments

Comments
 (0)