Skip to content

Commit d2b1750

Browse files
Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e774ca commit d2b1750

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/megalinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
# Git Checkout
3535
- name: Checkout Code
36-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v4
36+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v4
3737
with:
3838
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
3939
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # pin@v3
20+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v3
2121

2222
- name: Set up QEMU
2323
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # pin@v2

0 commit comments

Comments
 (0)