Skip to content

Commit 6e11fff

Browse files
authored
Merge pull request #47 from stackitcloud/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents f9659ae + 8be84e8 commit 6e11fff

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0 # Gitleaks needs the full history to scan properly
2020

@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout code
32-
uses: actions/checkout@v6
32+
uses: actions/checkout@v7
3333

3434
- name: Set up Python
3535
uses: actions/setup-python@v6

.github/workflows/release.yaml

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

1212
steps:
1313
- name: Check out the repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Set up Python
1717
uses: actions/setup-python@v6

.github/workflows/semgrep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
if: (github.actor != 'dependabot[bot]')
1313
steps:
1414
# Fetch project source
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616

1717
- uses: returntocorp/semgrep-action@v1
1818
with:

0 commit comments

Comments
 (0)