Skip to content

Commit 3641a08

Browse files
authored
Merge pull request #208 from DependencyTrack/dependabot/github_actions/actions/checkout-3.0.2
2 parents 453b48f + 93995fc commit 3641a08

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout Repository
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].2
4242

4343
- name: Set up NodeJs
4444
uses: actions/[email protected]
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout Repository
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].2
7272

7373
- name: Download Artifacts
7474
uses: actions/[email protected]

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].2
2525

2626
- name: Set up NodeJs
2727
uses: actions/[email protected]

.github/workflows/codeql-analysis.yaml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v3.0.2
3030
with:
3131
# We must fetch at least the immediate parents so that if this is
3232
# a pull request then we can checkout the head.

.github/workflows/dependency-review.yaml

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
steps:
1212
- name: Checkout Repository
13-
uses: actions/[email protected].0
13+
uses: actions/[email protected].2
1414

1515
- name: Dependency Review
1616
uses: actions/dependency-review-action@v2

0 commit comments

Comments
 (0)