aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/draft_new_release.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-13 01:24:33 +0530
committerGitHub <noreply@github.com>2022-11-13 01:24:33 +0530
commita5f44ef94d22395da36252f147127480b307fccb (patch)
tree87fade959b8115a3f78051b004cc918185c91f4f /.github/workflows/draft_new_release.yml
parentce40f413b95cdcf9b762c0b45990349848ca2f40 (diff)
chore(deps): pin dependencies (#2249)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r--.github/workflows/draft_new_release.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml
index 6c667247..59c53f07 100644
--- a/.github/workflows/draft_new_release.yml
+++ b/.github/workflows/draft_new_release.yml
@@ -32,23 +32,23 @@ jobs:
echo "PR_BASE=release-${BRANCH_VERSION}" >> $GITHUB_ENV
echo "PR_HEAD=release-prep" >> $GITHUB_ENV
- - uses: actions/checkout@v3.1.0
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
with:
ref: ${{ env.CHECKOUT_REF }}
- name: Set up JDK
- uses: actions/setup-java@v3.6.0
+ uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # v3.6.0
with:
distribution: temurin
java-version: 18
- name: Update changelog
- uses: thomaseizinger/keep-a-changelog-new-release@1.3.0
+ uses: thomaseizinger/keep-a-changelog-new-release@5bc232893483441c5d6cd6c9dcb1e48abf9a2bae # 1.3.0
with:
version: ${{ github.event.milestone.title }}
- name: Setup Gradle caching
- uses: gradle/gradle-build-action@v2.3.3
+ uses: gradle/gradle-build-action@3fbe033aaae657f011f88f29be9e65ed26bd29ef # v2.3.3
with:
gradle-home-cache-cleanup: true
@@ -84,7 +84,7 @@ jobs:
git commit -m "build: bump version"
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v4.2.0
+ uses: peter-evans/create-pull-request@b4d51739f96fca8047ad065eccef63442d8e99f7 # v4.2.0
with:
author: GitHub Actions <noreply@github.com>
body: This is an automated pull request to bump the changelog for the ${{ github.event.milestone.title }} release.