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.
2 parents 569cdae + ae8206c commit eba5b30Copy full SHA for eba5b30
.github/workflows/artifact-hub.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout
21
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
22
23
- - uses: oras-project/setup-oras@8d34698a59f5ffe24821f0b48ab62a3de8b64b20 # v1
+ - uses: oras-project/setup-oras@22ce207df3b08e061f537244349aac6ae1d214f6 # v1
24
25
- name: ORAS Login
26
env:
.github/workflows/releasing.yml
@@ -128,7 +128,7 @@ jobs:
128
echo "next-version=$next_version" >> "$GITHUB_OUTPUT"
129
130
- name: Release
131
- uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2
+ uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2
132
with:
133
draft: true
134
body_path: CHANGELOG.latest.md
0 commit comments