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 6f913b9 commit 65ca1e5Copy full SHA for 65ca1e5
.github/workflows/codeql.yml
@@ -19,7 +19,7 @@ jobs:
19
security-events: write
20
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
24
- name: Initialize CodeQL
25
uses: github/codeql-action/init@v3
.github/workflows/eslint-tsc.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
13
14
with:
15
fetch-depth: 0
16
.github/workflows/sast.yaml
@@ -14,7 +14,7 @@ jobs:
if: (github.repository_owner == 'contentful') && (endsWith(github.actor, '[bot]') == false)
- name: Clone repo
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
0 commit comments