Skip to content

Commit 3b8256f

Browse files
committed
⬆️ Updates actions/checkout action to v2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 6ff817d commit 3b8256f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeowners-merge.yml

Lines changed: 1 addition & 1 deletion
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@v1
13+
- uses: actions/checkout@v2
1414
- name: Run Codeowners merge check
1515
uses: OSS-Docs-Tools/code-owner-self-merge@v1
1616
env:

.github/workflows/shiftleft-analysis.yml

Lines changed: 1 addition & 1 deletion
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@v1
14+
- uses: actions/checkout@v2
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)