Skip to content

Commit c309389

Browse files
Pin dependencies (#2679)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1d0fb9 commit c309389

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/close_stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
pull-requests: write # for actions/stale to close stale PRs
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/stale@v5
15+
- uses: actions/stale@3cc123766321e9f15a6676375c154ccffb12a358 # tag=v5
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove the "stale" label or comment or this will be closed in 14 days.'

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ jobs:
1717
env:
1818
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2121
with:
2222
fetch-depth: 0
2323
- name: Set up JDK
24-
uses: actions/setup-java@v3
24+
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
2525
with:
2626
distribution: 'zulu'
2727
java-version: ${{ matrix.java_version }}
28-
- uses: actions/[email protected]
28+
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
3232
restore-keys: |
3333
${{ runner.os }}-maven-
3434
- name: Cache SonarCloud packages
35-
uses: actions/[email protected]
35+
uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
3636
if: ${{ env.SONAR_TOKEN != null && env.SONAR_TOKEN != '' && matrix.java_version == '11' }}
3737
env:
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
env:
1515
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
1818
- name: Set up JDK
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@860f60056505705214d223b91ed7a30f173f6142 # tag=v3
2020
with:
2121
java-version: 11
2222
distribution: 'zulu'
@@ -25,7 +25,7 @@ jobs:
2525
server-password: CI_DEPLOY_PASSWORD
2626
gpg-passphrase: GPG_PASSPHRASE
2727
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
28-
- uses: actions/[email protected]
28+
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)