Skip to content

Commit 3563a6c

Browse files
authored
Merge pull request #28 from mexikoedi/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 7af3ee1 + 3bcf995 commit 3563a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
22-
- uses: actions/checkout@v4.2.2
22+
- uses: actions/checkout@v5.0.0
2323

2424
- name: Download & extract glualint
2525
run: |

.github/workflows/shiftleft-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Scan runs on ubuntu, mac and windows
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.2.2
18+
- uses: actions/checkout@v5.0.0
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)