We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 145c48b commit 25a8565Copy full SHA for 25a8565
2 files changed
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
echo "Generated release notes for $VERSION"
64
65
- name: Create Release
66
- uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2
+ uses: softprops/action-gh-release@3bb12739c298aeb8a4eeaf626c5b8d85266b0e65 # v2
67
with:
68
tag_name: ${{ steps.version.outputs.VERSION }}
69
name: ${{ steps.version.outputs.VERSION }}
.github/workflows/use-sync-labels.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
sync-labels:
9
- uses: basher83/.github/.github/workflows/sync-labels.yml@main
+ uses: basher83/.github/.github/workflows/sync-labels.yml@3bed59f8afefc96c0cca318cf2e0d0606103e6cb # main
10
permissions:
11
contents: read
12
issues: write
0 commit comments