summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-09-02 02:05:04 +0900
committerFrantisek Sumsal <frantisek@sumsal.cz>2022-09-01 17:27:09 +0000
commit0a3e4135161c5eb72062b1b709982144d9843ae2 (patch)
tree46b2c2d1c763f44c4d0864313e8c0ad969c3ec2f /.github
parent51165cf5874f643b8c0a73c64b30d7203c6d64ba (diff)
downloadsystemd-0a3e4135161c5eb72062b1b709982144d9843ae2.tar.gz
github: update differential shellcheck to v3.0.1
v3 supports external sources. Yey!
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/differential-shellcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml
index 93478384c9..a2d55c8916 100644
--- a/.github/workflows/differential-shellcheck.yml
+++ b/.github/workflows/differential-shellcheck.yml
@@ -26,6 +26,6 @@ jobs:
fetch-depth: 0
- name: Differential ShellCheck
- uses: redhat-plumbers-in-action/differential-shellcheck@60360c0fb283149ed03ad16b66257a967c3e5231
+ uses: redhat-plumbers-in-action/differential-shellcheck@a14889568f6210b361eb29e16f3b07f512fca846
with:
token: ${{ secrets.GITHUB_TOKEN }}