-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.1 to 4.1.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
6fd3ce3
commit 914e94d
Showing
3 changed files
with
7 additions
and
7 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
runs-on: "ubuntu-latest" | ||
steps: | ||
- name: "Checkout Repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].3" | ||
- name: "Sign In To Registry ${{env.REGISTRY}}" | ||
uses: "docker/[email protected]" | ||
with: | ||
|
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
run: | | ||
docker image ls --all --digests --no-trunc | ||
- name: "Checkout Repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].3" | ||
with: | ||
fetch-depth: 0 | ||
- name: "Scan Repository" | ||
|
@@ -72,7 +72,7 @@ jobs: | |
run: | | ||
docker image ls --all --digests --no-trunc | ||
- name: "Checkout Repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].3" | ||
with: | ||
fetch-depth: 0 | ||
- name: "Scan Repository" | ||
|
@@ -97,7 +97,7 @@ jobs: | |
run: | | ||
docker image ls --all --digests --no-trunc | ||
- name: "Checkout Repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].3" | ||
with: | ||
fetch-depth: 0 | ||
- name: "Scan Repository" | ||
|
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
run: | | ||
docker image ls --all --digests --no-trunc | ||
- name: "Checkout Repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].3" | ||
with: | ||
fetch-depth: 0 | ||
- name: "Scan Repository" | ||
|
@@ -72,7 +72,7 @@ jobs: | |
run: | | ||
docker image ls --all --digests --no-trunc | ||
- name: "Checkout Repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].3" | ||
with: | ||
fetch-depth: 0 | ||
- name: "Scan Repository" | ||
|
@@ -97,7 +97,7 @@ jobs: | |
run: | | ||
docker image ls --all --digests --no-trunc | ||
- name: "Checkout Repository" | ||
uses: "actions/[email protected].1" | ||
uses: "actions/[email protected].3" | ||
with: | ||
fetch-depth: 0 | ||
- name: "Scan Repository" | ||
|