Skip to content

Commit ae445b6

Browse files
chore(deps)(deps): bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e14528 commit ae445b6

9 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/checklist-score.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: write
1818
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323

@@ -166,7 +166,7 @@ jobs:
166166
github.repository == 'AOSSIE-Org/Template-Repo' &&
167167
(github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')
168168
steps:
169-
- uses: actions/checkout@v6
169+
- uses: actions/checkout@v7
170170

171171
- name: Fetch upstream OpenSSF criteria
172172
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272

7373
- name: Checkout repository
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@v7
7575

7676

7777
# --------------------------------------------------

.github/workflows/create-initial-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020

2121
- name: Check if issues file exists
2222
id: check_file

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout base branch
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Setup Node.js
2525
uses: actions/setup-node@v6

.github/workflows/gitleaks-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: gitleaks
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616
- uses: gitleaks/gitleaks-action@v2

.github/workflows/release-goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
packages: write # [DOCKER] Required for ghcr.io push
1515
id-token: write # [SIGNING] Required for cosign keyless signing
1616
steps:
17-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
17+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
1818
with:
1919
fetch-depth: 0 # Full history needed for changelog
2020
persist-credentials: false # Avoid exposing token to submodules

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
api.scorecard.dev:443
6464
6565
- name: "Checkout code"
66-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
66+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6767
with:
6868
persist-credentials: false
6969

.github/workflows/template-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# Check out the repository
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
# https://github.com/actions/checkout#usage
2222
# uncomment if you use submodules within the repository
2323
# with:

.github/workflows/version-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
fetch-depth: 0
2323

0 commit comments

Comments
 (0)