Skip to content

Commit f044978

Browse files
authored
Merge pull request #92 from atsign-foundation/dependabot/github_actions/github-actions-5f967e2fbc
build(deps): bump actions/checkout from 4.2.1 to 4.2.2 in the github-actions group
2 parents 45b9106 + 24f96d1 commit f044978

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cppcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
cppcheck:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- name: Cppcheck
1818
run: |
1919
sudo apt install -y cppcheck

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
with:
3737
persist-credentials: false
3838

0 commit comments

Comments
 (0)