File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v4
45+ uses : github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below)
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@v4
59+ uses : github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2 # v4
6060
6161 # Command-line programs to run using the OS shell.
6262 # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6969 # ./location_of_script_within_repo/buildscript.sh
7070
7171 - name : Perform CodeQL Analysis
72- uses : github/codeql-action/analyze@v4
72+ uses : github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4
Original file line number Diff line number Diff line change @@ -25,21 +25,21 @@ jobs:
2525 runs-on : ${{ matrix.os }}
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2929 - name : Set up openJDK version
30- uses : actions/setup-java@v5
30+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
3131 with :
3232 java-version : ${{ matrix.jdk }}
3333 distribution : ' zulu'
3434 - name : Install Dependencies
3535 run : npm install -g ro-crate-html-js
3636 - name : Setup Gradle
37- uses : gradle/actions/setup-gradle@v5
37+ uses : gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
3838 - name : Build and Test with Gradle
3939 run : ./gradlew -Dprofile=release build
4040 - name : Upload (test) reports as artifact on GitHub on manual runs
4141 if : github.event_name == 'workflow_dispatch'
42- uses : actions/upload-artifact@v5
42+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4343 with :
4444 name : test-report ${{ matrix.os }} JDK ${{ matrix.jdk }}
4545 path : build/reports
Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1212 - name : Set up Java
13- uses : actions/setup-java@v5
13+ uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
1414 with :
1515 java-version : 21
1616 distribution : ' zulu' # openjdk
You can’t perform that action at this time.
0 commit comments