Skip to content
Open
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/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@

steps:
- name: 📥 Checkout Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7

Check warning on line 49 in .github/workflows/benchmark.yml

View workflow job for this annotation

GitHub Actions / 🛠️ Workflow Audit

ref-version-mismatch

benchmark.yml:49: action's hash pin has mismatched or missing version comment: points to commit 3d3c42e5aac5
with:
fetch-depth: 1
persist-credentials: false

- name: 🔧 Setup Node.js
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

Check warning on line 55 in .github/workflows/benchmark.yml

View workflow job for this annotation

GitHub Actions / 🛠️ Workflow Audit

ref-version-mismatch

benchmark.yml:55: action's hash pin has mismatched or missing version comment: points to commit 249970729cb0
with:
node-version: ${{ env.NODE_VERSION }}
cache: 'npm'
Expand Down Expand Up @@ -90,7 +90,7 @@
sudo apt-get install -y libasound2t64 || sudo apt-get install -y libasound2

- name: 🌐 Install Google Chrome
uses: browser-actions/setup-chrome@c785b87e244131f27c9f19c1a33e2ead956ab7ce # v1
uses: browser-actions/setup-chrome@2e1d749697dd1612b833dba4a722266286fbefcd # v2.1.2
with:
chrome-version: stable
id: setup-chrome
Expand Down
Loading