Skip to content

Commit 2b274fb

Browse files
author
Alexander Pann
committed
use specific versions for the used GitHub actions
1 parent b0241c5 commit 2b274fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/vulnerability-scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Call setup
1818
run: ./gradlew dependencies
1919
- name: Depcheck
20-
uses: dependency-check/Dependency-Check_Action@main
20+
uses: dependency-check/Dependency-Check_Action@3102a65fd5f36d0000297576acc56a475b0de98d
2121
env:
2222
# actions/setup-java changes JAVA_HOME, so it needs to be reset to match the depcheck image
2323
JAVA_HOME: /opt/jdk
@@ -29,7 +29,7 @@ jobs:
2929
args: >
3030
--exclude ${{github.workspace}}/build/mps/**
3131
- name: Upload Test results
32-
uses: actions/upload-artifact@master
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: Depcheck report
3535
path: ${{github.workspace}}/reports

0 commit comments

Comments
 (0)