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/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd" # v4.37.7
uses: "github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28" # v4.37.8
with:
languages: "${{ matrix.language }}"
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -86,7 +86,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: "Autobuild"
uses: "github/codeql-action/autobuild@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd" # v4.37.7
uses: "github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28" # v4.37.8

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -99,6 +99,6 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd" # v4.37.7
uses: "github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28" # v4.37.8
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/node@f792b69a3ca60ddd99a10c98cfc86dc673a59dd3" # main
uses: "anolilab/workflows/step/node@058097dfea9d402f2a015c820742690466df16a0" # main
with:
node-version: "${{ inputs.node_version || '22' }}"
install-node-gyp: "true"
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/node@f792b69a3ca60ddd99a10c98cfc86dc673a59dd3" # main
uses: "anolilab/workflows/step/node@058097dfea9d402f2a015c820742690466df16a0" # main
with:
node-version: "${{ inputs.node_version || '22' }}"
install-node-gyp: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pnpm-lock-file-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: "Setup resources and environment"
id: "setup"
uses: "anolilab/workflows/step/setup@f792b69a3ca60ddd99a10c98cfc86dc673a59dd3" # main
uses: "anolilab/workflows/step/setup@058097dfea9d402f2a015c820742690466df16a0" # 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 @@ -77,6 +77,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: "github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd" # v4.37.7
uses: "github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28" # v4.37.8
with:
sarif_file: "results.sarif"
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
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@f792b69a3ca60ddd99a10c98cfc86dc673a59dd3" # main
uses: "anolilab/workflows/step/codecov@058097dfea9d402f2a015c820742690466df16a0" # main
with:
codecov-token: "${{ secrets.codecov_token }}"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
persist-credentials: false

- name: "Install zizmor"
uses: "taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1" # v2.85.13
uses: "taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a" # v2.86.6
with:
tool: "zizmor"

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

- name: "Upload SARIF file"
if: "always()"
uses: "github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd" # v4.37.7
uses: "github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28" # v4.37.8
with:
sarif_file: "results.sarif"
category: "zizmor"
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@82cd3e7658a6f96c86c0234aeeda1748937cb0a1" # v2.85.13
uses: "taiki-e/install-action@6cd13508893c0e7eab5f273c2575d3859bd7229a" # v2.86.6
if: "inputs.tools != ''"
with:
tool: "${{ inputs.tools }}"
Loading