Skip to content

Commit 9718c7e

Browse files
authored
Bump actions/checkout from 4.1.2 to 4.1.7 (#230)
2 parents 23372dd + e792029 commit 9718c7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
34+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3535

3636
- name: Set up environment
3737
uses: ./.github/actions/setup
@@ -66,7 +66,7 @@ jobs:
6666

6767
steps:
6868
- name: Checkout
69-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
69+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
7070

7171
- name: Set up environment
7272
uses: ./.github/actions/setup
@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- name: Checkout
90-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
90+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
9191

9292
- name: Set up environment
9393
uses: ./.github/actions/setup
@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: Checkout
106-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
106+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
107107

108108
- name: Run SwiftLint
109109
run: swiftlint lint --reporter github-actions-logging

.github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
image: returntocorp/semgrep
1818
if: (github.actor != 'dependabot[bot]')
1919
steps:
20-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633
20+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2121

2222
- run: semgrep ci
2323
env:

0 commit comments

Comments
 (0)