diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5f0bcc..50d7bcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install resvg run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9adfcb5..dce5210 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install resvg run: | diff --git a/.github/workflows/shellcheck_commit.yml b/.github/workflows/shellcheck_commit.yml index 876b37f..27ebdef 100644 --- a/.github/workflows/shellcheck_commit.yml +++ b/.github/workflows/shellcheck_commit.yml @@ -9,7 +9,7 @@ jobs: name: runner / shellcheck runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: shellcheck uses: reviewdog/action-shellcheck@v1 with: diff --git a/.github/workflows/shellcheck_pullreq.yml b/.github/workflows/shellcheck_pullreq.yml index c244caa..9ff4dfe 100644 --- a/.github/workflows/shellcheck_pullreq.yml +++ b/.github/workflows/shellcheck_pullreq.yml @@ -5,7 +5,7 @@ jobs: name: runner / shellcheck runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: shellcheck uses: reviewdog/action-shellcheck@v1 with: diff --git a/.github/workflows/validate-renovate.yml b/.github/workflows/validate-renovate.yml index 04ec381..aa63c2e 100644 --- a/.github/workflows/validate-renovate.yml +++ b/.github/workflows/validate-renovate.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/setup-node@v6 - name: install