mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 15:49:46 -08:00
[CI] Update ad-m/github-push-action
The old version was using a deprecated version of Node.
This commit is contained in:
2
.github/workflows/tag.yml
vendored
2
.github/workflows/tag.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
git tag $name -m "https://github.com/mandiant/capa/releases/$name"
|
||||
# TODO update branch name-major=${name%%.*}
|
||||
- name: Push tag to capa-rules
|
||||
uses: ad-m/github-push-action@0fafdd62b84042d49ec0cb92d9cac7f7ce4ec79e # master
|
||||
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
|
||||
with:
|
||||
repository: mandiant/capa-rules
|
||||
github_token: ${{ secrets.CAPA_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user