We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6397d47 commit 9052f5fCopy full SHA for 9052f5f
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ jobs:
5
runs-on: ubuntu-22.04
6
steps:
7
- name: Checkout
8
- uses: actions/checkout@v3
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
9
- name: Repository lampy
10
11
with:
12
submodules: recursive
13
ref: 'v2.0'
.github/workflows/codeql.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
- name: Initialize CodeQL
30
uses: github/codeql-action/init@v2
0 commit comments