-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from clemlesne/dependabot/github_actions/deve…
…lop/actions/checkout-4.1.1 Build(deps): Bump actions/checkout from 4.0.0 to 4.1.1
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
# We need all Git history for testing credentials | ||
fetch-depth: 0 | ||
|
@@ -96,7 +96,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
# We need all Git history for "version.sh" | ||
fetch-depth: 0 | ||
|
@@ -204,7 +204,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
# Chart Releaser needs to have local access to "gh-pages" plus current branch | ||
fetch-depth: 0 | ||
|
@@ -233,7 +233,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
|
||
# Required for running "npx" CLI | ||
- name: Setup Node | ||
|
@@ -274,7 +274,7 @@ jobs: | |
arch: linux/amd64,linux/arm64 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
# We need all Git history for "version.sh" | ||
fetch-depth: 0 | ||
|
@@ -462,7 +462,7 @@ jobs: | |
runs-on: windows-2019 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
with: | ||
# We need all Git history for "version.sh" | ||
fetch-depth: 0 | ||
|
@@ -652,7 +652,7 @@ jobs: | |
image: returntocorp/semgrep | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
|
||
- name: Run tests | ||
# Semgrep can be used to break the build when it detects security issues. In this case we want to upload the issues to GitHub Security | ||
|
@@ -673,7 +673,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.0.0 | ||
uses: actions/checkout@v4.1.1 | ||
|
||
- name: Setup ORAS | ||
uses: oras-project/[email protected] | ||
|