1212 DEBIAN_FRONTEND : noninteractive
1313jobs :
1414 lint :
15- uses : mackerelio/workflows/.github/workflows/go-lint.yml@v1.5.0
15+ uses : mackerelio/workflows/.github/workflows/go-lint.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5.0
1616 with :
1717 os-versions : ' ["ubuntu-latest", "windows-2025"]'
1818 test :
19- uses : mackerelio/workflows/.github/workflows/go-test.yml@v1.5.0
19+ uses : mackerelio/workflows/.github/workflows/go-test.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5.0
2020 with :
2121 os-versions : ' ["ubuntu-latest", "windows-2025"]'
2222 integration-test-linux :
23- uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.5.0
23+ uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5.0
2424 with :
2525 os-versions : ' ["ubuntu-latest"]'
2626 run : |
2727 make testconvention
2828 ./test.bash
2929 integration-test-windows :
30- uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@v1.5.0
30+ uses : mackerelio/workflows/.github/workflows/setup-go-matrix.yml@c7e130d3908894f18068ca4a877e80539b535881 # v1.5.0
3131 with :
3232 os-versions : ' ["windows-2025"]'
3333 run : |
@@ -42,14 +42,14 @@ jobs:
4242 sudo apt-get update
4343 sudo apt-get install -y rpm devscripts debhelper fakeroot crossbuild-essential-arm64 build-essential
4444 mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
45- - uses : actions/checkout@v5
45+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646 with :
4747 fetch-depth : 0
48- - uses : actions/setup-go@v6
48+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
4949 with :
5050 go-version : 1.24.x
5151 - run : make clean rpm deb tar
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5353 with :
5454 name : linux-build-artifacts
5555 path : |
6262 runs-on : ubuntu-latest
6363 if : github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
6464 steps :
65- - uses : actions/download-artifact@v5
65+ - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
6666 with :
6767 name : linux-build-artifacts
6868 path : artifacts/
7979 github-token : ${{ secrets.GITHUB_TOKEN }}
8080 tag-prefix : " refs/tags/v"
8181 bump-up-branch-prefix : " bump-version-"
82- - uses : 8398a7/action-slack@v3
82+ - uses : 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e # v3.19.0
8383 with :
8484 status : ${{ job.status }}
8585 fields : repo,message,commit,action,eventName,ref,workflow,job,took
0 commit comments