diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e9d64d2..7b1fb1f6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: contents: write packages: read steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: @@ -50,7 +50,7 @@ jobs: git push origin $TAGNAME - name: report result - uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81 + uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} @@ -75,7 +75,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: ref: ${{ github.ref_name }} @@ -105,7 +105,7 @@ jobs: - uses: sarisia/actions/conclusion@main id: ghapi - - uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81 + - uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c1a57b7..e236234c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: packages: read contents: read steps: - - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d with: @@ -31,7 +31,7 @@ jobs: npm run build - name: report result - uses: sarisia/actions-status-discord@82409b24a08684f54ea5baa6b376e36dad37fb81 + uses: sarisia/actions-status-discord@9904e3130b8905d5b973df25623f17672dcb3466 if: always() with: webhook: ${{ secrets.DISCORD_WEBHOOK }}