We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d8e39a + d2b1750 commit 0d98848Copy full SHA for 0d98848
2 files changed
.github/workflows/megalinter.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
# Git Checkout
35
- name: Checkout Code
36
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
37
with:
38
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
39
fetch-depth: 0
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
19
- name: Checkout
20
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v3
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v3
21
22
- name: Set up QEMU
23
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # pin@v2
0 commit comments