Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.actor == 'dependabot[bot]'
steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v4
-
uses: ahmadnassri/[email protected]
with:
Expand Down
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/checkout@v2.3.4
- uses: actions/checkout@v4
- 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/checkout@v2.3.4
- uses: actions/checkout@v4
- name: hadolint
uses: burdzwastaken/[email protected]
env:
Expand All @@ -27,7 +27,7 @@ jobs:
name: docker build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
- 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/checkout@v2.3.4
- uses: actions/checkout@v4
- 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/checkout@v2.3.4
uses: actions/checkout@v4
-
uses: go-semantic-release/action@v1
id: version
Expand Down