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 923d2b4 commit 3186d27Copy full SHA for 3186d27
.github/workflows/mega-linter.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
# Git Checkout
25
- name: Checkout Code
26
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
27
with:
28
# Checkout the HEAD of the PR instead of the merge commit.
29
ref: ${{ github.event.pull_request.head.sha }}
.github/workflows/o2-linter.yml
@@ -30,7 +30,7 @@ jobs:
30
echo BRANCH_HEAD="$branch_head" >> "$GITHUB_ENV"
31
echo BRANCH_BASE="$branch_base" >> "$GITHUB_ENV"
32
33
34
35
ref: ${{ env.BRANCH_HEAD }}
36
fetch-depth: 0 # needed to get the full history
0 commit comments