Skip to content

Commit 68e7b18

Browse files
authored
Merge pull request #253 from kbudde/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents e3488f8 + 4a239f3 commit 68e7b18

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v2.4.0
38+
uses: actions/checkout@v3
3939

4040
# Initializes the CodeQL tools for scanning.
4141
- name: Initialize CodeQL

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
with:
1919
fetch-depth: 0
2020
-

.github/workflows/shiftleft-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Scan runs on ubuntu, mac and windows
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.4.0
14+
- uses: actions/checkout@v3
1515
# Instructions
1616
# 1. Setup JDK, Node.js, Python etc depending on your project type
1717
# 2. Compile or build the project before invoking scan

0 commit comments

Comments
 (0)