Skip to content

Commit 2e23c4d

Browse files
renovate[bot]slisson
authored andcommitted
build(deps): pin dependencies
1 parent bd99693 commit 2e23c4d

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
- name: Set up JDK
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
1717
with:
1818
distribution: 'temurin'
1919
java-version: '21'
20-
- uses: actions/setup-node@v4
20+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2121
with:
2222
node-version-file: '.nvmrc'
2323
- name: Build
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
run: ./gradlew build -PciBuild=true -Pgpr.token=${{ secrets.GITHUB_TOKEN }}
2727
- name: Archive test report
28-
uses: actions/upload-artifact@v4
28+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
2929
if: always()
3030
with:
3131
name: test-report

.github/workflows/dry-run-release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,29 @@ jobs:
77
name: Lint PR commits
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1111
with:
1212
fetch-depth: 0
13-
- uses: wagoid/commitlint-github-action@v6
13+
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
1414

1515
test-release:
1616
name: Dry-run semantic-release
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
with:
2222
fetch-depth: 0
2323
- name: Checkout branch
2424
# Pretend to semantic-release that the PR result is eligible for
2525
# building releases because --dry-run still filters for configured
2626
# branches.
2727
run: git checkout -b main
28-
- uses: actions/setup-node@v4
28+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2929
with:
3030
node-version-file: '.nvmrc'
3131
- name: Cache Node packages
32-
uses: actions/cache@v4
32+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
3333
with:
3434
path: node_modules
3535
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
11-
- uses: actions/setup-python@v5
12-
- uses: pre-commit/[email protected]
10+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
11+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
12+
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
contents: read
1414
packages: write
1515
steps:
16-
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1818
with:
1919
node-version-file: '.nvmrc'
2020
- name: Set up JDK
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
2222
with:
2323
distribution: 'temurin'
2424
java-version: '21'
2525
- name: Set up Gradle
26-
uses: gradle/gradle-build-action@v3
26+
uses: gradle/gradle-build-action@ac2d340dc04d9e1113182899e983b5400c17cda1 # v3
2727
- name: Use tag as version
2828
run: echo "${GITHUB_REF#refs/*/}" > version.txt
2929
- name: Build and Publish Artifacts

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
if: ${{ github.ref == 'refs/heads/main' }}
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1515
with:
1616
fetch-depth: 0
1717
token: ${{ secrets.RELEASE_TOKEN }}
18-
- uses: actions/setup-node@v4
18+
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
1919
with:
2020
node-version-file: '.nvmrc'
2121
- name: Cache Node packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
2323
with:
2424
path: node_modules
2525
key: release-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}

0 commit comments

Comments
 (0)