Skip to content

Commit e7e6ce5

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) Updates `github/codeql-action` from 4.35.5 to 4.36.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.35.5...v4.36.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8e7683 commit e7e6ce5

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/actions-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v6.0.2
2323
with:
2424
persist-credentials: false
2525

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- "highest"
4040

4141
steps:
42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v6.0.2
4343
with:
4444
persist-credentials: false
4545

@@ -88,7 +88,7 @@ jobs:
8888
- "highest"
8989

9090
steps:
91-
- uses: actions/checkout@v6
91+
- uses: actions/checkout@v6.0.2
9292
with:
9393
persist-credentials: false
9494

@@ -134,7 +134,7 @@ jobs:
134134
- "highest"
135135

136136
steps:
137-
- uses: actions/checkout@v6
137+
- uses: actions/checkout@v6.0.2
138138
with:
139139
persist-credentials: false
140140

@@ -185,7 +185,7 @@ jobs:
185185

186186
steps:
187187
- name: Checkout code
188-
uses: actions/checkout@v6
188+
uses: actions/checkout@v6.0.2
189189
with:
190190
persist-credentials: false
191191

@@ -230,7 +230,7 @@ jobs:
230230
231231
- name: Upload Psalm report to GitHub Code Scanning
232232
if: ${{ always() && hashFiles('results.sarif') != '' }}
233-
uses: github/codeql-action/upload-sarif@v4.35.5
233+
uses: github/codeql-action/upload-sarif@v4.36.0
234234
with:
235235
sarif_file: results.sarif
236236
category: psalm
@@ -273,7 +273,7 @@ jobs:
273273

274274
runs-on: ubuntu-latest
275275
steps:
276-
- uses: actions/checkout@v6
276+
- uses: actions/checkout@v6.0.2
277277
with:
278278
persist-credentials: false
279279

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
pull-requests: read
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v6.0.2
2828
with:
2929
persist-credentials: false
3030

0 commit comments

Comments
 (0)