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/allo-allo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on: # yamllint disable-line rule:truthy

jobs:
allo-allo:
uses: "anolilab/workflows/.github/workflows/allo-allo.yml@d7d84717329a45c2b5ffbda19ae76d8604f61c00" # main
uses: "anolilab/workflows/.github/workflows/allo-allo.yml@58bf3316370d2f360af64c7154a4b5043ebb6131" # main
with:
target-repo: "anolilab/javascript-style-guide"
2 changes: 1 addition & 1 deletion .github/workflows/cache-clear.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on: # yamllint disable-line rule:truthy

jobs:
cleanup-branch-cache:
uses: "anolilab/workflows/.github/workflows/cleanup-branch-cache.yaml@d7d84717329a45c2b5ffbda19ae76d8604f61c00" # main
uses: "anolilab/workflows/.github/workflows/cleanup-branch-cache.yaml@58bf3316370d2f360af64c7154a4b5043ebb6131" # main
with:
target-repo: "anolilab/javascript-style-guide"
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
security-events: "write"
actions: "read"
contents: "read"
uses: "anolilab/workflows/.github/workflows/codeql.yml@20b8733e71ebbb165d54fe8cede47e225985a58a" # v15.3.1+
uses: "anolilab/workflows/.github/workflows/codeql.yml@5b340a228896b01f6d2b6f3bf3b574caed9ee89b" # v15.3.1+
with:
languages: '["javascript-typescript"]'
branches: '["main"]'
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
permissions:
contents: "read"
pull-requests: "write"
uses: "anolilab/workflows/.github/workflows/dependency-review.yml@20b8733e71ebbb165d54fe8cede47e225985a58a" # v15.3.1+
uses: "anolilab/workflows/.github/workflows/dependency-review.yml@5b340a228896b01f6d2b6f3bf3b574caed9ee89b" # v15.3.1+
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
permissions:
contents: "read"
pull-requests: "read"
uses: "anolilab/workflows/.github/workflows/lint.yml@1dc687e78887af5536dbd0877054fc1c56c5575b" # v15.3.1+
uses: "anolilab/workflows/.github/workflows/lint.yml@5b340a228896b01f6d2b6f3bf3b574caed9ee89b" # v15.3.1+
with:
lint_eslint: true
lint_types: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-file-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
lock-file:
uses: "anolilab/workflows/.github/workflows/pnpm-lock-file-maintenance.yml@d7d84717329a45c2b5ffbda19ae76d8604f61c00" # main
uses: "anolilab/workflows/.github/workflows/pnpm-lock-file-maintenance.yml@58bf3316370d2f360af64c7154a4b5043ebb6131" # main
with:
target-repo: "anolilab/javascript-style-guide"
node-version: "22.x"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ permissions:

jobs:
lock-closed:
uses: "anolilab/workflows/.github/workflows/lock-closed.yml@main"
uses: "anolilab/workflows/.github/workflows/lock-closed.yml@58bf3316370d2f360af64c7154a4b5043ebb6131" # main
with:
target-repo: "anolilab/javascript-style-guide"
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/setup@d7d84717329a45c2b5ffbda19ae76d8604f61c00" # main
uses: "anolilab/workflows/step/setup@58bf3316370d2f360af64c7154a4b5043ebb6131" # main
with:
node-version: "20.x"
cache-prefix: "preview-release"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
id-token: "write"
actions: "read"
contents: "read"
uses: "anolilab/workflows/.github/workflows/scorecards.yml@20b8733e71ebbb165d54fe8cede47e225985a58a" # v15.3.1+
uses: "anolilab/workflows/.github/workflows/scorecards.yml@5b340a228896b01f6d2b6f3bf3b574caed9ee89b" # v15.3.1+
with:
branch: "main"
publish_results: true
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
egress-policy: "audit"

- name: "Wait for tests to succeed"
uses: "lewagon/wait-on-check-action@9312864dfbc9fd208e9c0417843430751c042800" # v1.7.0
uses: "lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e" # v1.8.0
timeout-minutes: 20
with:
ref: "${{ github.event.pull_request.head.sha || github.sha }}"
Expand All @@ -60,7 +60,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/setup@d7d84717329a45c2b5ffbda19ae76d8604f61c00" # main
uses: "anolilab/workflows/step/setup@58bf3316370d2f360af64c7154a4b5043ebb6131" # main
with:
node-version: "22.x"
cache-prefix: "semantic-release"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on: # yamllint disable-line rule:truthy

jobs:
stale-issues:
uses: "anolilab/workflows/.github/workflows/stale-issues.yml@d7d84717329a45c2b5ffbda19ae76d8604f61c00" # main
uses: "anolilab/workflows/.github/workflows/stale-issues.yml@58bf3316370d2f360af64c7154a4b5043ebb6131" # main
with:
target-repo: "anolilab/javascript-style-guide"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
test:
permissions:
contents: "read"
uses: "anolilab/workflows/.github/workflows/test.yml@20b8733e71ebbb165d54fe8cede47e225985a58a" # v15.3.1+
uses: "anolilab/workflows/.github/workflows/test.yml@5b340a228896b01f6d2b6f3bf3b574caed9ee89b" # v15.3.1+
with:
node_versions: "[\"22\", \"24\"]"
os_matrix: "[\"ubuntu-latest\"]"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
permissions:
security-events: "write"
contents: "read"
uses: "anolilab/workflows/.github/workflows/zizmor.yml@20b8733e71ebbb165d54fe8cede47e225985a58a" # v15.3.1+
uses: "anolilab/workflows/.github/workflows/zizmor.yml@5b340a228896b01f6d2b6f3bf3b574caed9ee89b" # v15.3.1+
with:
min_severity: "medium"
Loading