summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2024-07-17 22:43:45 +0200
committerRick Elrod <rick@elrod.me>2024-07-17 22:58:15 +0200
commit7697b6a69bab8cdd2da06dea9370619bb1c6e94b (patch)
tree657cc5970a4054f8987a59eb1d04f1c7bf2fee6b /.github
parentPut DAB version in the PR title (diff)
downloadawx-7697b6a69bab8cdd2da06dea9370619bb1c6e94b.tar.xz
awx-7697b6a69bab8cdd2da06dea9370619bb1c6e94b.zip
Pin 3rd party action at SHA
For safety
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dab-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/dab-release.yml b/.github/workflows/dab-release.yml
index 72f4c2d2bc..3fc88a2ecd 100644
--- a/.github/workflows/dab-release.yml
+++ b/.github/workflows/dab-release.yml
@@ -13,7 +13,7 @@ jobs:
steps:
- id: dab-release
name: Get current django-ansible-base release version
- uses: pozetroninc/github-action-get-latest-release@master
+ uses: pozetroninc/github-action-get-latest-release@2a61c339ea7ef0a336d1daa35ef0cb1418e7676c # v0.8.0
with:
owner: ansible
repo: django-ansible-base
@@ -32,7 +32,7 @@ jobs:
requirements/django-ansible-base-pinned-version.sh -s ${{ steps.dab-release.outputs.release }}
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
with:
base: devel
branch: bump-django-ansible-base