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 b391072 commit 3b1eeceCopy full SHA for 3b1eece
.github/workflows/self-release.yml
@@ -37,7 +37,8 @@ jobs:
37
fi
38
39
release:
40
- uses: advanced-security/reusable-workflows/.github/workflows/[email protected]
+ # Always pin to main as we aren't sure if the version exisits at this point
41
+ uses: advanced-security/reusable-workflows/.github/workflows/release.yml@main
42
needs: [ fetch-release ]
43
if: ${{ needs.fetch-release.outputs.release == 'true' }}
44
secrets: inherit
0 commit comments