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 3651804 commit 1f8e631Copy full SHA for 1f8e631
.github/workflows/boilerplate.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Check out code
28
uses: actions/checkout@v4
29
30
- - uses: chainguard-dev/actions/boilerplate@5e21cb47971231c078a677dfe89a348371cb880c # main
+ - uses: chainguard-dev/actions/boilerplate@main
31
with:
32
extension: ${{ matrix.extension }}
33
language: ${{ matrix.language }}
.github/workflows/donotsubmit.yaml
@@ -12,4 +12,4 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v4
15
- - uses: chainguard-dev/actions/donotsubmit@5e21cb47971231c078a677dfe89a348371cb880c # main
+ - uses: chainguard-dev/actions/donotsubmit@main
0 commit comments