Merge pull request #168 from PrivateBin/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
a02bde8529
5 changed files with 5 additions and 5 deletions
2
.github/workflows/build-images.yml
vendored
2
.github/workflows/build-images.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
name: ${{ matrix.destination-image }} image / ${{ matrix.base-image }} release
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
with:
|
||||
|
|
2
.github/workflows/owasp.yml
vendored
2
.github/workflows/owasp.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: master
|
||||
|
||||
|
|
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run ShellCheck
|
||||
uses: ludeeus/action-shellcheck@master
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
snyk:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build a Docker image
|
||||
run: docker build -t privatebin/nginx-fpm-alpine .
|
||||
- name: Run Snyk to check Docker image for vulnerabilities
|
||||
|
|
2
.github/workflows/trivy-analysis.yml
vendored
2
.github/workflows/trivy-analysis.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: "ubuntu-20.04"
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build an image from Dockerfile
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue