Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42188f4

Browse filesBrowse files
dependabot[bot]dguidoclaude
authored
chore(deps): bump actions/checkout from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to df4cb1c069e1874edd31b4311f1884172cec0e10 in the github-actions group (#15009)
* chore(deps): bump actions/checkout in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 900f2210b1d28bbbd0bd22d17926b9e224e8f231 to df4cb1c069e1874edd31b4311f1884172cec0e10 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@900f221...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: df4cb1c069e1874edd31b4311f1884172cec0e10 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Correct actions/checkout version comment to v6.0.3 The bumped SHA df4cb1c069e1874edd31b4311f1884172cec0e10 is checkout v6.0.3, but the pin comment still read v5.0.1. Update all 26 pins so the SHA-pin comment matches the actual version. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dan Guido <dan@trailofbits.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 360b34d commit 42188f4
Copy full SHA for 42188f4

7 files changed

+26-26Lines changed: 26 additions & 26 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/docker-image.yaml‎

Copy file name to clipboardExpand all lines: .github/workflows/docker-image.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
21+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
persist-credentials: false
2424

Collapse file

‎.github/workflows/integration-tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/integration-tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
vpn_type: ['wireguard', 'ipsec', 'both']
2828
steps:
29-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
29+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3030
with:
3131
persist-credentials: false
3232

@@ -263,7 +263,7 @@ jobs:
263263
runs-on: ubuntu-22.04
264264
timeout-minutes: 10
265265
steps:
266-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
266+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
267267
with:
268268
persist-credentials: false
269269

Collapse file

‎.github/workflows/lint.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/lint.yml
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Ansible linting
1515
runs-on: ubuntu-22.04
1616
steps:
17-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
17+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1818
with:
1919
persist-credentials: false
2020

@@ -41,7 +41,7 @@ jobs:
4141
name: YAML linting
4242
runs-on: ubuntu-22.04
4343
steps:
44-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
44+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4545
with:
4646
persist-credentials: false
4747

@@ -55,7 +55,7 @@ jobs:
5555
name: Jinja2 template linting
5656
runs-on: ubuntu-22.04
5757
steps:
58-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
58+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5959
with:
6060
persist-credentials: false
6161

@@ -77,7 +77,7 @@ jobs:
7777
name: Python linting
7878
runs-on: ubuntu-22.04
7979
steps:
80-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
80+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8181
with:
8282
persist-credentials: false
8383

@@ -98,7 +98,7 @@ jobs:
9898
name: Python type checking
9999
runs-on: ubuntu-22.04
100100
steps:
101-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
101+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
102102
with:
103103
persist-credentials: false
104104

@@ -114,7 +114,7 @@ jobs:
114114
name: Shell script linting
115115
runs-on: ubuntu-22.04
116116
steps:
117-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
117+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
118118
with:
119119
persist-credentials: false
120120

@@ -132,7 +132,7 @@ jobs:
132132
name: PowerShell script linting
133133
runs-on: ubuntu-22.04
134134
steps:
135-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
135+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
136136
with:
137137
persist-credentials: false
138138

@@ -176,7 +176,7 @@ jobs:
176176
name: GitHub Actions linting
177177
runs-on: ubuntu-22.04
178178
steps:
179-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
179+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
180180
with:
181181
persist-credentials: false
182182

@@ -193,7 +193,7 @@ jobs:
193193
name: GitHub Actions security audit
194194
runs-on: ubuntu-22.04
195195
steps:
196-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
196+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
197197
with:
198198
persist-credentials: false
199199

Collapse file

‎.github/workflows/main.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/main.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
21+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2222
with:
2323
persist-credentials: false
2424
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -37,7 +37,7 @@ jobs:
3737
permissions:
3838
contents: read
3939
steps:
40-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
40+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4141
with:
4242
persist-credentials: false
4343
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -59,7 +59,7 @@ jobs:
5959
permissions:
6060
contents: read
6161
steps:
62-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
62+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6363
with:
6464
persist-credentials: false
6565
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -87,7 +87,7 @@ jobs:
8787
permissions:
8888
contents: read
8989
steps:
90-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
90+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
9191
with:
9292
persist-credentials: false
9393
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -113,7 +113,7 @@ jobs:
113113
matrix:
114114
provider: [local, ec2, digitalocean, gce]
115115
steps:
116-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
116+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
117117
with:
118118
persist-credentials: false
119119
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
Collapse file

‎.github/workflows/security.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/security.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container:
1717
image: semgrep/semgrep@sha256:d3d1be3a3770514d16a6a57b9761575d7536d70f45a5220274f4ec7d55c442b9 # v1.151.0
1818
steps:
19-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
19+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020
with:
2121
persist-credentials: false
2222

@@ -30,7 +30,7 @@ jobs:
3030
name: Python dependency audit
3131
runs-on: ubuntu-22.04
3232
steps:
33-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
33+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3434
with:
3535
persist-credentials: false
3636

Collapse file

‎.github/workflows/smart-tests.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/smart-tests.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run_lint: ${{ steps.filter.outputs.lint }}
2424
run_integration: ${{ steps.filter.outputs.integration }}
2525
steps:
26-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
26+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2727
with:
2828
persist-credentials: false
2929

@@ -77,7 +77,7 @@ jobs:
7777
permissions:
7878
contents: read
7979
steps:
80-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
80+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8181
with:
8282
persist-credentials: false
8383
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -98,7 +98,7 @@ jobs:
9898
permissions:
9999
contents: read
100100
steps:
101-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
101+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
102102
with:
103103
persist-credentials: false
104104
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -142,7 +142,7 @@ jobs:
142142
permissions:
143143
contents: read
144144
steps:
145-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
145+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
146146
with:
147147
persist-credentials: false
148148
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -171,7 +171,7 @@ jobs:
171171
permissions:
172172
contents: read
173173
steps:
174-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
174+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
175175
with:
176176
persist-credentials: false
177177
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -223,7 +223,7 @@ jobs:
223223
permissions:
224224
contents: read
225225
steps:
226-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
226+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
227227
with:
228228
persist-credentials: false
229229
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
Collapse file

‎.github/workflows/test-effectiveness.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test-effectiveness.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Analyze Test Effectiveness
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 # v5.0.1
20+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2121
with:
2222
persist-credentials: true
2323

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.