Skip to content

Commit e66e9d7

Browse files
authored
Merge pull request #213 from Linuxfabrik/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 4 to 6
2 parents 89dccbb + 3b1c6cd commit e66e9d7

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
egress-policy: 'audit'
3636

3737
- name: 'Checkout repository'
38-
uses: 'actions/checkout@v4'
38+
uses: 'actions/checkout@v6'
3939

4040
- name: 'Initialize CodeQL'
4141
uses: 'github/codeql-action/init@v4'

.github/workflows/dependency-review.yml

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

1818
- name: 'Checkout repository'
19-
uses: 'actions/checkout@v4'
19+
uses: 'actions/checkout@v6'
2020

2121
- name: 'Dependency Review'
2222
uses: 'actions/dependency-review-action@v4'

.github/workflows/lf-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828

2929
- name: 'git clone https://github.com/Linuxfabrik/lfops'
30-
uses: 'actions/checkout@v4'
30+
uses: 'actions/checkout@v6'
3131

3232
- name: 'Log in to GitHub Container Registry'
3333
uses: 'redhat-actions/podman-login@v1'

.github/workflows/pre-commit-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: 'ubuntu-latest'
1515
steps:
1616
- name: 'Checkout repository'
17-
uses: 'actions/checkout@v4'
17+
uses: 'actions/checkout@v6'
1818

1919
- name: 'Set up Python'
2020
uses: 'actions/setup-python@v6'

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
egress-policy: 'audit'
2626

2727
- name: 'Checkout code'
28-
uses: 'actions/checkout@v4'
28+
uses: 'actions/checkout@v6'
2929
with:
3030
persist-credentials: false
3131

0 commit comments

Comments
 (0)