Skip to content

Commit a67a026

Browse files
authored
Merge pull request #396 from validatedpatterns/dependabot/github_actions/github-actions-d3b0c2ee76
Bump the github-actions group across 1 directory with 2 updates
2 parents cc8dec1 + dff205f commit a67a026

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/superlinter.yml

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

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

.github/workflows/sync-rhdp-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2222
with:
2323
persist-credentials: false
2424
- name: Set up Node
25-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2626
with:
2727
node-version: 20
2828
- name: Opening pull request

0 commit comments

Comments
 (0)