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 7352c4f commit 43a26cdCopy full SHA for 43a26cd
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
access_token: ${{ secrets.GITHUB_TOKEN }}
26
27
- name: ⬇️ Checkout
28
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
29
30
- name: ⎔ Setup node ${{ matrix.node }}
31
uses: actions/setup-node@v3
.github/workflows/codeql-analysis.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: Checkout repository
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
0 commit comments