From 0bab11bbff2dbfa34bbc151933d5cede1fc8a571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 00:15:39 +0000 Subject: [PATCH] chore(deps): update vimeo/psalm-github-actions docker tag to v4.30.0 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d46f472c..e07eac85 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -99,7 +99,7 @@ jobs: submodules: recursive - name: Psalm - uses: docker://vimeo/psalm-github-actions:4.9.3 + uses: docker://vimeo/psalm-github-actions:4.30.0 with: security_analysis: true composer_ignore_platform_reqs: false