Skip to content

Commit ca34d58

Browse files
chore(deps): pin dependencies
1 parent 5abb056 commit ca34d58

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # 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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # 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@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2929
- name: Set up openJDK version
30-
uses: actions/setup-java@v5
30+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1212
- name: Set up Java
13-
uses: actions/setup-java@v5
13+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
1414
with:
1515
java-version: 21
1616
distribution: 'zulu' # openjdk

0 commit comments

Comments
 (0)