mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-08-11 11:48:10 +00:00
security(cicd): Pinned dependency versions and extract 2 unsafe expressions to env vars (PR #1297)
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Commit changed files
|
||||
run: git commit -m "[Github Action] Updated api-endpoints-res.txt"
|
||||
- name: Push changes # push the output folder to your repo
|
||||
uses: ad-m/github-push-action@master
|
||||
uses: ad-m/github-push-action@4cc74773234f74829a8c21bc4d69dd4be9cfa599 # master
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
force: true
|
||||
|
||||
Reference in New Issue
Block a user