mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-06-01 04:03:08 +02:00
chore: fix autoupdate workflow
This commit is contained in:
committed by
GitHub
parent
02fa416bab
commit
0c89d162a3
@@ -7,12 +7,15 @@ on:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
autoupdate:
|
autoupdate:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
with:
|
||||||
|
ref: source
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends iucode-tool sqlite3 unzip
|
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends iucode-tool sqlite3 unzip
|
||||||
- name: Update microcode versions
|
- name: Update microcode versions
|
||||||
|
|||||||
Reference in New Issue
Block a user