Skip to content

Commit 4718cd7

Browse files
chore(github-actions): pin dependencies (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6e1bb72 commit 4718cd7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@ jobs:
4040
steps:
4141
# Full history and tags: Nisse derives the version from git state, so a
4242
# shallow clone would build the wrong number rather than fail.
43-
- uses: actions/checkout@v7
43+
- uses: actions/checkout@v7.0.1
4444
with:
4545
persist-credentials: false
4646
fetch-depth: 0
4747
fetch-tags: true
4848
ref: ${{ inputs.ref || github.ref }}
4949
- name: Set up JDK
50-
uses: actions/setup-java@v5
50+
uses: actions/setup-java@v5.7.0
5151
with:
5252
java-version: "21"
5353
distribution: "temurin"

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v7
12+
uses: actions/checkout@v7.0.1
1313

1414
- name: Set up JDK
15-
uses: actions/setup-java@v5
15+
uses: actions/setup-java@v5.7.0
1616
with:
1717
distribution: "temurin"
1818
java-version: "21"

0 commit comments

Comments
 (0)