Skip to content

Commit b91daaa

Browse files
authored
Merge pull request #47 from validatedpatterns/dependabot/github_actions/github-actions-6a98abd9ac
Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group
2 parents d83fc18 + a6ed1aa commit b91daaa

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
# Important: This sets up your GITHUB_WORKSPACE environment variable
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1414
with:
1515
persist-credentials: false
1616

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# Checkout the code base #
3232
##########################
3333
- name: Checkout Code
34-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
34+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3535
with:
3636
persist-credentials: false
3737
# Full git history is needed to get a proper list of changed files within `super-linter`

.github/workflows/superlinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Code
17-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818
with:
1919
persist-credentials: false
2020
# Full git history is needed to get a proper list of changed files within `super-linter`

0 commit comments

Comments
 (0)