Skip to content

Commit 5b5fcf0

Browse files
dependabot[bot]AMS21
authored andcommitted
Bump actions/checkout from 4.1.4 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.4...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0bd1cf commit 5b5fcf0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/anchore-syft.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout the code
31-
uses: actions/[email protected].4
31+
uses: actions/[email protected].5
3232

3333
- name: Build the Docker image
3434
run: docker build . --file Dockerfile --tag ams21/tor-relay:latest

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Check out the repo
14-
uses: actions/[email protected].4
14+
uses: actions/[email protected].5
1515

1616
- name: Docker Setup QEMU
1717
uses: docker/[email protected]

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out the repo
29-
uses: actions/[email protected].4
29+
uses: actions/[email protected].5
3030

3131
- name: Docker Setup QEMU
3232
uses: docker/[email protected]

.github/workflows/hadolint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout code
30-
uses: actions/[email protected].4
30+
uses: actions/[email protected].5
3131

3232
- name: Run hadolint
3333
uses: hadolint/[email protected]

.github/workflows/trivy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout code
27-
uses: actions/[email protected].4
27+
uses: actions/[email protected].5
2828

2929
- name: Build an image from Dockerfile
3030
run: |

0 commit comments

Comments
 (0)