Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from v2.3.3 to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 4, 2020
1 parent 9c09116 commit 32847d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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:
Expand All @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32847d7

Please sign in to comment.