mirror of
https://github.com/mandiant/capa.git
synced 2025-12-24 20:10:07 -08:00
Use Ana06/get-changed-files@v1.2
Use Ana06/get-changed-files@v1.2 which removes the _head commit is ahead of the base commit_ check. This made the action failed in not up-to-date branches (in which rebasing is needed). It supersedes https://github.com/fireeye/capa/pull/599
This commit is contained in:
2
.github/workflows/changelog.yml
vendored
2
.github/workflows/changelog.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
steps:
|
||||
- name: Get changed files
|
||||
id: files
|
||||
uses: Ana06/get-changed-files@v1.1
|
||||
uses: Ana06/get-changed-files@v1.2
|
||||
- name: check changelog updated
|
||||
id: changelog_updated
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user