Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 43b510c commit 90ee2e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
go-version: "1.21"
cache: false
- name: Checkout the code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: Vendor packages
run: |
go mod vendor
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: Malware Scanner
uses: dell/common-github-actions/malware-scanner@main
with:
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: Run the forbidden words scan
uses: dell/common-github-actions/code-sanitizer@main
with:
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: Run Hadolint
uses: hadolint/hadolint-action@v3.1.0

Expand All @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
- name: Perl Critic
Expand All @@ -105,7 +105,7 @@ jobs:
git config --global url."https://csmbot:$TOKEN@github.com".insteadOf "https://github.com"
echo "machine github.com login csmbot password $TOKEN" >> ~/.netrc
- name: Checkout the code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: Vendor packages
run: |
go mod vendor
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
go-version: "1.21"
cache: false
- name: Checkout the code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.0.0
- name: "Vendor packages"
run: |
go mod vendor
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: AV Repository scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Malware Scanner
uses: dell/common-github-actions/malware-scanner@main
with:
Expand All @@ -44,7 +44,7 @@ jobs:
name: Trivy image scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run trivy action
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -64,7 +64,7 @@ jobs:
name: Dockle image scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run dockle action
uses: erzz/dockle-action@v1.4.0
env:
Expand Down

0 comments on commit 90ee2e5

Please sign in to comment.