diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 635bd931..a23ab615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: setup go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version: "^1.25" @@ -96,7 +96,7 @@ jobs: run: ls -alh ./build - name: upload artifacts - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: wpm-${{ steps.platform.outputs.pair }} path: ./build/wpm-* @@ -119,7 +119,7 @@ jobs: steps: - name: prepare id: find-existing-comment - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 with: script: | return (await github.rest.issues.listComments({ @@ -130,7 +130,7 @@ jobs: - name: comment body id: comment-body - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 with: script: | const platforms = JSON.parse(${{ toJson(needs.prepare.outputs.platforms) }}) @@ -145,7 +145,7 @@ jobs: - name: create comment if: ${{ steps.find-existing-comment.outputs.result == 'null' }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 with: script: | github.rest.issues.createComment({ @@ -157,7 +157,7 @@ jobs: - name: update comment if: ${{ steps.find-existing-comment.outputs.result != 'null' }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 with: script: | github.rest.issues.updateComment({ @@ -235,7 +235,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: upload release assets - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0 with: script: | const fs = require('fs'); diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 20696fe6..3686be96 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: fetch-depth: 2 - name: setup go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 with: go-version-file: "go.mod"