Skip to content

Commit 2927980

Browse files
deps(actions)(deps): bump the core-actions-minor-patch group with 2 updates
Bumps the core-actions-minor-patch group with 2 updates: [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 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...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: core-actions-minor-patch - dependency-name: github/codeql-action dependency-version: 4.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-actions-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f47bed commit 2927980

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
publish-version: ${{ steps.project-version.outputs.publish-version }}
4444
steps:
4545
- name: Checkout code
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v6.0.2
4747
with:
4848
fetch-depth: 0
4949
fetch-tags: true
@@ -83,7 +83,7 @@ jobs:
8383
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.workers.max=2
8484
steps:
8585
- name: Checkout code
86-
uses: actions/checkout@v6
86+
uses: actions/checkout@v6.0.2
8787
with:
8888
fetch-depth: 0
8989
fetch-tags: true
@@ -126,7 +126,7 @@ jobs:
126126
packages: write
127127
steps:
128128
- name: Checkout code
129-
uses: actions/checkout@v6
129+
uses: actions/checkout@v6.0.2
130130
with:
131131
fetch-depth: 0
132132
fetch-tags: true
@@ -166,7 +166,7 @@ jobs:
166166
security-events: write # required for Trivy SARIF upload
167167
steps:
168168
- name: Checkout code
169-
uses: actions/checkout@v6
169+
uses: actions/checkout@v6.0.2
170170
with:
171171
fetch-depth: 0
172172
fetch-tags: true
@@ -234,7 +234,7 @@ jobs:
234234
severity: 'CRITICAL,HIGH'
235235

236236
- name: Upload Trivy scan results to GitHub Security tab
237-
uses: github/codeql-action/upload-sarif@v4
237+
uses: github/codeql-action/upload-sarif@v4.36.0
238238
if: false # TEMPORARY: Disabled due to Aqua Security breach — re-enable once resolved (used to be always())
239239
with:
240240
sarif_file: 'trivy-results.sarif'
@@ -251,7 +251,7 @@ jobs:
251251
contents: read
252252
steps:
253253
- name: Checkout code
254-
uses: actions/checkout@v6
254+
uses: actions/checkout@v6.0.2
255255
with:
256256
fetch-depth: 0
257257
fetch-tags: true

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v6.0.2
1515
with:
1616
persist-credentials: false
1717
- name: Validate Gradle Wrapper

0 commit comments

Comments
 (0)