diff --git a/.github/workflows/lint-general.yml b/.github/workflows/lint-general.yml index d81173a..818429d 100644 --- a/.github/workflows/lint-general.yml +++ b/.github/workflows/lint-general.yml @@ -11,25 +11,25 @@ on: jobs: skills: - uses: timmo001/workflows/.github/workflows/lint-agent-skills.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/lint-agent-skills.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master actionlint: - uses: timmo001/workflows/.github/workflows/lint-actionlint.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/lint-actionlint.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master markdownlint: - uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master yamllint: - uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master jsonlint: - uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master markdown-links: - uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master shellcheck: - uses: timmo001/workflows/.github/workflows/lint-shellcheck.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/lint-shellcheck.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master with: scandir: ./.scripts severity: warning diff --git a/.github/workflows/publish-arch-git.yml b/.github/workflows/publish-arch-git.yml index 8bbc029..6d71c61 100644 --- a/.github/workflows/publish-arch-git.yml +++ b/.github/workflows/publish-arch-git.yml @@ -27,7 +27,7 @@ concurrency: jobs: publish: name: Publish Arch package (repo-notes-git) - uses: timmo001/workflows/.github/workflows/build-arch-package.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/build-arch-package.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master with: package-name: repo-notes-git secrets: diff --git a/.github/workflows/renovate-automerge.yml b/.github/workflows/renovate-automerge.yml index ff3d943..c708547 100644 --- a/.github/workflows/renovate-automerge.yml +++ b/.github/workflows/renovate-automerge.yml @@ -7,7 +7,7 @@ on: jobs: automerge: - uses: timmo001/workflows/.github/workflows/renovate-automerge.yml@1a824d7aed4312ee47eb5a6eb08d4e3a0e3b1d10 # master + uses: timmo001/workflows/.github/workflows/renovate-automerge.yml@a8adaa5b610b710dd8a8becd7d504c8e2a9b7e8f # master permissions: pull-requests: write contents: write