aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-psalm-baseline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-psalm-baseline.yml')
-rw-r--r--.github/workflows/update-psalm-baseline.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-psalm-baseline.yml b/.github/workflows/update-psalm-baseline.yml
index ae66962b369..30d5d5ae907 100644
--- a/.github/workflows/update-psalm-baseline.yml
+++ b/.github/workflows/update-psalm-baseline.yml
@@ -21,7 +21,7 @@ jobs:
name: update-psalm-baseline-${{ matrix.branches }}
steps:
- - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
ref: ${{ matrix.branches }}
submodules: true
@@ -52,7 +52,7 @@ jobs:
git checkout composer.json composer.lock lib/composer
- name: Create Pull Request
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e
+ uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c
with:
token: ${{ secrets.COMMAND_BOT_PAT }}
commit-message: 'chore(tests): Update psalm baseline'