Skip to content

Commit eddd3ce

Browse files
chore(github-actions): pin dependencies (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a40bc6e commit eddd3ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)