Skip to content

Commit ea642df

Browse files
Bump the major group with 2 updates (#8)
Bumps the major group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/setup-python` from 4 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v6) Updates `actions/checkout` from 3 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 24c8897 commit ea642df

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/gha-secret-extract.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
GITHUB_SECRET_SOURCE: ${{ github.secret_source }}
1717
steps:
1818
- name: Set up Python 3.x
19-
uses: actions/setup-python@v4
19+
uses: actions/setup-python@v6
2020
with:
2121
python-version: '3.x'
2222

.github/workflows/security-default-branch.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
image: aquasec/trivy:0.67.2
2121
steps:
2222
- run: trivy --version
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v6
2424
with:
2525
fetch-depth: 0
2626
persist-credentials: false
@@ -44,7 +44,7 @@ jobs:
4444
container:
4545
image: semgrep/semgrep
4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v6
4848
with:
4949
fetch-depth: 0
5050
persist-credentials: false
@@ -63,7 +63,7 @@ jobs:
6363
zizmor:
6464
runs-on: ubuntu-latest
6565
steps:
66-
- uses: actions/checkout@v3
66+
- uses: actions/checkout@v6
6767
with:
6868
fetch-depth: 0
6969
persist-credentials: false
@@ -88,7 +88,7 @@ jobs:
8888
pull-requests: read
8989
checks: read
9090
steps:
91-
- uses: actions/checkout@v3
91+
- uses: actions/checkout@v6
9292
with:
9393
fetch-depth: 0
9494
persist-credentials: false

.github/workflows/security-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
container:
1616
image: semgrep/semgrep
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false

0 commit comments

Comments
 (0)