Skip to content

Commit

Permalink
chore(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 14c32b4 commit e12fecb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build & test app
id: test
Expand All @@ -21,15 +21,15 @@ jobs:
uses: dominikh/[email protected]

- name: Scan for Vulnerabilities in Code
uses: Templum/govulncheck-action@v0.0.8
uses: Templum/govulncheck-action@v1.0.0
with:
go-version: 1.19
vulncheck-version: latest
package: ./...
fail-on-vuln: true

- name: Lint Dockerfile
uses: hadolint/hadolint-action@v2.0.0
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
config: hadolint.yaml
Expand All @@ -52,7 +52,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
platforms: linux/arm64,linux/amd64
Expand Down

0 comments on commit e12fecb

Please sign in to comment.