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 695aefe commit ee91280Copy full SHA for ee91280
.github/workflows/deploy-docker-image.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
# Checks out the main branch of the repository to the runner
18
- name: checkout
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20
with:
21
fetch-depth: "0"
22
.github/workflows/mega-linter.yml
@@ -30,7 +30,7 @@ jobs:
30
31
# Git Checkout
32
- name: Checkout Code
33
34
35
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
36
fetch-depth: ${{ github.event_name == 'pull_request' && '0' || '1' }}
0 commit comments