Skip to content

Commit 41c113d

Browse files
authored
Merge pull request #365 from nahsra/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents ea59389 + a47ccff commit 41c113d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
3838
# Change from default script: Perform a deep clone so origin/main can be found.
3939
fetch-depth: 0

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 0
1616
- name: Set up JDK 1.8

.github/workflows/shiftleft-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
permissions:
1616
security-events: write
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
# Instructions
2020
# 1. Setup JDK, Node.js, Python etc depending on your project type
2121
# 2. Compile or build the project before invoking scan

0 commit comments

Comments
 (0)