We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a67b9c commit dd8c68fCopy full SHA for dd8c68f
.github/workflows/pop.yml
@@ -31,10 +31,9 @@ jobs:
31
codeload.github.com:443
32
objects.githubusercontent.com:443
33
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
34
- - uses: ./
+ - uses: boostsecurityio/poutine-action@main # Dogfood the latest action
35
name: "Run poutine on poutine's own codebase"
36
id: self-test
37
-
38
- name: Upload SARIF file
39
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
40
with:
Dockerfile.action
action.yml
0 commit comments