mirror of
https://github.com/blackboxprogramming/epstein-files-transparency.git
synced 2026-03-20 11:51:09 -05:00
Merge pull request #1 from blackboxprogramming/dependabot/github_actions/actions/checkout-6
ci: bump actions/checkout from 4 to 6
This commit is contained in:
4
.github/workflows/security-scan.yml
vendored
4
.github/workflows/security-scan.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v4
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run npm audit
|
||||
if: hashFiles('package.json') != ''
|
||||
|
||||
Reference in New Issue
Block a user