-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump actions/checkout from v2.3.3 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...5a4ac90) Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
9c09116
commit 32847d7
Showing
2 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
name: golang lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- uses: hazcod/action-golangci-lint@master | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -16,7 +16,7 @@ jobs: | |
name: dockerfile lint | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- name: hadolint | ||
uses: burdzwastaken/[email protected] | ||
env: | ||
|
@@ -27,7 +27,7 @@ jobs: | |
name: docker build | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- name: extract tag | ||
id: vars | ||
run: echo ::set-output name=nginx_version::$(grep '^FROM nginx' Dockerfile | cut -d ' ' -f 2 | cut -d ':' -f 2) | ||
|
@@ -38,7 +38,7 @@ jobs: | |
name: docker security scan | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
- name: docker build | ||
run: docker build . --file Dockerfile --tag image | ||
- name: cached scan db | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
- | ||
uses: go-semantic-release/action@v1 | ||
id: version | ||
|