Skip to content

Commit 461319a

Browse files
chore(deps): pin dependencies
1 parent dae2871 commit 461319a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
@@ -56,7 +56,7 @@ jobs:
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
@@ -69,4 +69,4 @@ jobs:
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

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/publishRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
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

0 commit comments

Comments
 (0)