@@ -12,10 +12,10 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1919 with :
2020 go-version-file : ' go.mod'
2121
@@ -33,10 +33,10 @@ jobs:
3333
3434 steps :
3535 - name : Check out code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3737
3838 - name : Set up Go
39- uses : actions/setup-go@v5
39+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
4040 with :
4141 go-version-file : ' go.mod'
4242
5656 -o prometheus-mailgun-exporter-${{ matrix.goos }}-${{ matrix.goarch }}
5757
5858 - name : Upload artifact
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6060 with :
6161 name : prometheus-mailgun-exporter-${{ matrix.goos }}-${{ matrix.goarch }}
6262 path : ./prometheus-mailgun-exporter-${{ matrix.goos }}-${{ matrix.goarch }}
@@ -71,10 +71,10 @@ jobs:
7171
7272 steps :
7373 - name : Checkout code
74- uses : actions/checkout@v4
74+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
7575
7676 - name : Download artifacts
77- uses : actions/download-artifact@v4
77+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
7878
7979 - name : Prep binaries
8080 run : |
@@ -106,7 +106,7 @@ jobs:
106106
107107 steps :
108108 - name : Check out the repo
109- uses : actions/checkout@v4
109+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
110110
111111 - name : Docker meta
112112 id : meta
0 commit comments