Skip to content

Commit df0405b

Browse files
chore(deps): update actions/checkout digest to 7884fca (#9)
Co-authored-by: Renovate Bot <[email protected]>
1 parent a32f13e commit df0405b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Checkout the code base #
3838
##########################
3939
- name: Checkout Code
40-
uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag=v2
40+
uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
4141

4242
##########################
4343
# Github Super Linter needs

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
validator:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag=v2
15+
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
1616
- uses: RoadieHQ/backstage-entity-validator@70da3dfb77cb4d0e150b9f6de953b806837d16df # tag=v0.3.2
1717
with:
1818
path: 'catalog-info.yaml'
1919

2020
build:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@f25a3a9f25bd5f4c5d77189cab02ff357b5aedeb # tag=v2
23+
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
2424
- uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c # tag=v2.4.1
2525
with:
2626
node-version: '16.x'

0 commit comments

Comments
 (0)