Skip to content

Commit d2314cc

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.0.2 to 6.0.3 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) Updates `github/codeql-action` from 4.36.0 to 4.36.2 - [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.36.0...v4.36.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.36.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 359318b commit d2314cc

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.0.2
22+
uses: actions/checkout@v6.0.3
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
@@ -41,7 +41,7 @@ jobs:
4141
- "highest"
4242

4343
steps:
44-
- uses: actions/checkout@v6.0.2
44+
- uses: actions/checkout@v6.0.3
4545
with:
4646
persist-credentials: false
4747

@@ -93,7 +93,7 @@ jobs:
9393
- "highest"
9494

9595
steps:
96-
- uses: actions/checkout@v6.0.2
96+
- uses: actions/checkout@v6.0.3
9797
with:
9898
persist-credentials: false
9999

@@ -142,7 +142,7 @@ jobs:
142142
- "highest"
143143

144144
steps:
145-
- uses: actions/checkout@v6.0.2
145+
- uses: actions/checkout@v6.0.3
146146
with:
147147
persist-credentials: false
148148

@@ -196,7 +196,7 @@ jobs:
196196

197197
steps:
198198
- name: Checkout code
199-
uses: actions/checkout@v6.0.2
199+
uses: actions/checkout@v6.0.3
200200
with:
201201
persist-credentials: false
202202

@@ -244,7 +244,7 @@ jobs:
244244
245245
- name: Upload Psalm report to GitHub Code Scanning
246246
if: ${{ always() && hashFiles('results.sarif') != '' }}
247-
uses: github/codeql-action/upload-sarif@v4.36.0
247+
uses: github/codeql-action/upload-sarif@v4.36.2
248248
with:
249249
sarif_file: results.sarif
250250
category: psalm
@@ -287,7 +287,7 @@ jobs:
287287

288288
runs-on: ubuntu-latest
289289
steps:
290-
- uses: actions/checkout@v6.0.2
290+
- uses: actions/checkout@v6.0.3
291291
with:
292292
persist-credentials: false
293293

.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.0.2
27+
uses: actions/checkout@v6.0.3
2828
with:
2929
persist-credentials: false
3030

0 commit comments

Comments
 (0)