mirror of
https://github.com/vavkamil/awesome-bugbounty-tools.git
synced 2026-03-09 07:25:48 -05:00
chore(ci): Update dependencies
This commit is contained in:
4
.github/workflows/security-zizmor.yml
vendored
4
.github/workflows/security-zizmor.yml
vendored
@@ -21,12 +21,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v6
|
uses: actions/setup-python@v6 # zizmor: ignore[unpinned-uses]
|
||||||
with:
|
with:
|
||||||
python-version: '3.10.4'
|
python-version: '3.10.4'
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/stargazers.yml
vendored
2
.github/workflows/stargazers.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|||||||
Reference in New Issue
Block a user