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
6 changes: 3 additions & 3 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.3.0

- name: 🧐 Lint commits using "commitlint"
uses: wagoid/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.3.0

- name: 🧐 Lint YAML files
uses: ibiqlik/[email protected]
Expand All @@ -57,7 +57,7 @@ jobs:
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.3.0

- name: 🧐 Lint Markdown files
uses: DavidAnson/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-from-tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.3.0
with:
token: ${{ secrets.WORKFLOW_TOKEN }}

Expand Down