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
4 changes: 2 additions & 2 deletions .github/workflows/allo-allo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -67,7 +67,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden the runner (Audit all outbound calls)"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-branch-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
contents: "read"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-branch-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
contents: "read"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
pull-requests: "write"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
filters_present: "${{ steps.filters-check.outputs.present }}"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -149,7 +149,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/node@561a54257113a4bd1346bf10a022063faca27680" # main
uses: "anolilab/workflows/step/node@aa162a984a4909f412bc4dbae712def066a0a681" # main
with:
node-version: "${{ inputs.node_version || '22' }}"
install-node-gyp: "true"
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -203,7 +203,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/node@561a54257113a4bd1346bf10a022063faca27680" # main
uses: "anolilab/workflows/step/node@aa162a984a4909f412bc4dbae712def066a0a681" # main
with:
node-version: "${{ inputs.node_version || '22' }}"
install-node-gyp: "true"
Expand All @@ -228,7 +228,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
timeout-minutes: 30
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down Expand Up @@ -406,7 +406,7 @@ jobs:
# If any jobs we depend on fail, we will fail since this is a required check
# NOTE: A timeout is considered a failure
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pnpm-lock-file-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -57,7 +57,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/setup@561a54257113a4bd1346bf10a022063faca27680" # main
uses: "anolilab/workflows/step/setup@aa162a984a4909f412bc4dbae712def066a0a681" # main
with:
node-version: "${{ inputs.node-version }}"
cache-prefix: "lock-file-update"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "Semantic Pull Request"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-default-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slop-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
pull-requests: "write"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
pull-requests: "write"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -98,7 +98,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
# `strategy.job-index == 0` is the lowest combination (lowest node x lowest os).
- name: "Upload coverage to Codecov"
if: "inputs.coverage == true && strategy.job-index == 0"
uses: "anolilab/workflows/step/codecov@561a54257113a4bd1346bf10a022063faca27680" # main
uses: "anolilab/workflows/step/codecov@aa162a984a4909f412bc4dbae712def066a0a681" # main
with:
codecov-token: "${{ secrets.codecov_token }}"

Expand All @@ -147,7 +147,7 @@ jobs:
timeout-minutes: 5
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
security-events: "write"
steps:
- name: "Harden Runner"
uses: "step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411" # v2.19.4
uses: "step-security/harden-runner@bf7454d06d71f1098171f2acdf0cd4708d7b5920" # v2.20.0
with:
egress-policy: "audit"

Expand All @@ -47,7 +47,7 @@ jobs:
persist-credentials: false

- name: "Install zizmor"
uses: "taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3" # v2.82.9
uses: "taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c" # v2.82.10
with:
tool: "zizmor"

Expand Down
2 changes: 1 addition & 1 deletion step/rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ runs:
cache-directories: "${{ inputs.cache-directories }}"

- name: "Install tools"
uses: "taiki-e/install-action@4684b8405694ae9dd42c9f39ba901a70ae83f4a3" # v2.82.9
uses: "taiki-e/install-action@50414676f9f5d50a65992c6dd2ed02641263226c" # v2.82.10
if: "inputs.tools != ''"
with:
tool: "${{ inputs.tools }}"
Loading