@@ -10,11 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v6
13+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
14+ with :
15+ persist-credentials : false
1416 - name : Run Common Setup
1517 uses : ./.github/actions/setup
1618 - name : Cache Go tools
17- uses : actions/cache@v5
19+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
1820 with :
1921 path : |
2022 ~/go/bin/golangci-lint
3638 runs-on : ubuntu-latest
3739 steps :
3840 - name : Checkout repository
39- uses : actions/checkout@v6
41+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+ with :
43+ persist-credentials : false
4044 - name : Run Common Setup
4145 uses : ./.github/actions/setup
4246 - name : Build Templates
@@ -49,13 +53,15 @@ jobs:
4953 needs : [lint, test]
5054 steps :
5155 - name : Checkout repository
52- uses : actions/checkout@v6
56+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+ with :
58+ persist-credentials : false
5359 - name : Run Common Setup
5460 uses : ./.github/actions/setup
5561 - name : Build Application
5662 run : just build
5763 - name : Upload binary
58- uses : actions/upload-artifact@v7
64+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5965 if : github.ref == 'refs/heads/main'
6066 with :
6167 name : pkgstatsd
6874 if : github.ref == 'refs/heads/main'
6975 steps :
7076 - name : Download binary
71- uses : actions/download-artifact@v8
77+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7278 with :
7379 name : pkgstatsd
7480 - name : Deploy
0 commit comments