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 bfa5beb commit 74dfd56Copy full SHA for 74dfd56
.github/workflows/1-enable-codeql.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ubuntu-latest
27
steps:
28
- name: Checkout
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
- id: get_step
31
run: |
32
echo "current_step=$(cat ./.github/steps/-step.txt)" >> $GITHUB_OUTPUT
@@ -52,7 +52,7 @@ jobs:
52
53
# We'll need to check out the repository so that we can edit the README.
54
55
56
with:
57
fetch-depth: 0 # Let's get all the branches.
58
0 commit comments