Skip to content

Commit a5e106d

Browse files
Bump actions/checkout from 4.1.2 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 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@9bb5618...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c16146 commit a5e106d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout
43-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
43+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4444

4545
- name: Set up environment
4646
uses: ./.github/actions/setup
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Checkout
78-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
78+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
7979

8080
- name: Set up environment
8181
uses: ./.github/actions/setup
@@ -96,7 +96,7 @@ jobs:
9696

9797
steps:
9898
- name: Checkout
99-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
99+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
100100

101101
- name: Set up environment
102102
uses: ./.github/actions/setup
@@ -112,7 +112,7 @@ jobs:
112112

113113
steps:
114114
- name: Checkout
115-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
115+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
116116

117117
- name: Run SwiftLint
118118
run: swiftlint lint --reporter github-actions-logging

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Skip any PR created by dependabot to avoid permission issues
1919
if: (github.actor != 'dependabot[bot]')
2020
steps:
21-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
21+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2222

2323
- run: semgrep ci
2424
env:

0 commit comments

Comments
 (0)