Skip to content

Commit 19a42a2

Browse files
main: Pin dependencies (#1)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8d64508 commit 19a42a2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check-md-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@master
46-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
46+
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
4747
with:
4848
config-file: '.github/workflows/check-md-link-config.json'
4949
folder-path: '., docs, regtests, regtests/client/python/docs, regtests/client/python'

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
contents: read
4141

4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4444
- name: Set up JDK 21
45-
uses: actions/setup-java@v4
45+
uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
4646
with:
4747
java-version: '21'
4848
distribution: 'temurin'
@@ -63,7 +63,7 @@ jobs:
6363
run: ./gradlew test
6464

6565
- name: Archive test results
66-
uses: actions/upload-artifact@v4
66+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
6767
if: always()
6868
with:
6969
name: upload-test-artifacts

.github/workflows/regtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: read
3333

3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3636
- name: fix permissions
3737
run: mkdir -p regtests/output && chmod 777 regtests/output && chmod 777 regtests/t_*/ref/*
3838
- name: Regression Test

regtests/client/python/.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
3636

3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@v4
40+
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Install dependencies

0 commit comments

Comments
 (0)