Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
labeler:
runs-on: ubuntu-latest
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinning to exact SHA is a security best practice. However: (1) Verify the markdownlint commit hash is the correct v19 release and not a later one; (2) The # master/# v19 inline comments are redundant with the hash and should be removed or clarified; (3) Consider pinning ubuntu-latest to ubuntu-22.04 or ubuntu-24.04 explicitly for better reproducibility.

steps:
- uses: paulfantom/periodic-labeler@master
- uses: paulfantom/periodic-labeler@f47a62ac0749f9bdd8f81a1e0fedb253b8af1505 # master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v6
- name: Lint markdown
uses: DavidAnson/markdownlint-cli2-action@v19
uses: DavidAnson/markdownlint-cli2-action@05f32210e84442804257b2a6f20b273450ec8265 # v19
with:
config: .markdownlint.yml
globs: '*.md,translations/*.md,Comanche055/*.md,Luminary099/*.md'
Expand Down