Merge pull request #337 from junkurihara/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
This commit is contained in:
commit
677ba3c719
4 changed files with 4 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
|
|
|
||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -127,7 +127,7 @@ jobs:
|
||||||
|
|
||||||
- name: checkout
|
- name: checkout
|
||||||
if: ${{ steps.regex-match.outputs.match != '' }}
|
if: ${{ steps.regex-match.outputs.match != '' }}
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: download artifacts
|
- name: download artifacts
|
||||||
if: ${{ steps.regex-match.outputs.match != ''}}
|
if: ${{ steps.regex-match.outputs.match != ''}}
|
||||||
|
|
|
||||||
2
.github/workflows/release_docker.yml
vendored
2
.github/workflows/release_docker.yml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/shift_left.yml
vendored
2
.github/workflows/shift_left.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Perform ShiftLeft Scan
|
- name: Perform ShiftLeft Scan
|
||||||
uses: ShiftLeftSecurity/scan-action@master
|
uses: ShiftLeftSecurity/scan-action@master
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue