Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/lint-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@

jobs:
skills:
uses: timmo001/workflows/.github/workflows/lint-agent-skills.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/lint-agent-skills.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master

actionlint:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
uses: timmo001/workflows/.github/workflows/lint-actionlint.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/lint-actionlint.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master

markdownlint:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/lint-markdownlint.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master

yamllint:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/lint-yamllint.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master

jsonlint:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/lint-jsonlint.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master

markdown-links:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/lint-markdown-links.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master

shellcheck:

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
uses: timmo001/workflows/.github/workflows/lint-shellcheck.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/lint-shellcheck.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master
with:
scandir: ./.scripts
severity: warning

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
2 changes: 1 addition & 1 deletion .github/workflows/publish-arch-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
publish:
name: Publish Arch package (repo-notes-git)
uses: timmo001/workflows/.github/workflows/build-arch-package.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/build-arch-package.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master
with:
package-name: repo-notes-git
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
automerge:
uses: timmo001/workflows/.github/workflows/renovate-automerge.yml@1739d8817773c6dfc1ad475da287f4c53f9c7078 # master
uses: timmo001/workflows/.github/workflows/renovate-automerge.yml@0a654c804d20fd738ca622e13ad1246522005b10 # master
permissions:
pull-requests: write
contents: write
Loading