aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2022-10-24 07:39:34 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2022-10-24 07:39:34 +0200
commit7fcc39abe3d0cf5a7b8572c9999f83d81d2e9452 (patch)
tree65efaa4825ae417d0f1995229c173da29b80da04 /.github
parent713d42d25db4fe2bf44aaabc633401455507fbe6 (diff)
downloadyosys-7fcc39abe3d0cf5a7b8572c9999f83d81d2e9452.tar.gz
yosys-7fcc39abe3d0cf5a7b8572c9999f83d81d2e9452.tar.bz2
yosys-7fcc39abe3d0cf5a7b8572c9999f83d81d2e9452.zip
Update CodeQL action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 57cbe5010..2a046703b 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -14,7 +14,7 @@ jobs:
run: sudo apt-get install bison flex libreadline-dev tcl-dev libffi-dev
- name: Checkout repository
- uses: actions/checkout@v3.0.0
+ uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2