3333 egress-policy : audit
3434
3535 - name : ' checkout the monitoring-plugins repo'
36- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2'
36+ uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2
3737
3838 - name : ' create list of windows checks'
3939 run : |
@@ -71,19 +71,19 @@ jobs:
7171 egress-policy : audit
7272
7373 - name : ' checkout the monitoring-plugins repo'
74- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2'
74+ uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2
7575 with :
7676 # Relative path under $GITHUB_WORKSPACE to place the repository
7777 path : ' monitoring-plugins'
7878
7979 - name : ' checkout the lib repo'
80- uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2'
80+ uses : ' actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2
8181 with :
8282 repository : ' Linuxfabrik/lib'
8383 path : ' lib'
8484
8585 - name : ' install python3.11'
86- uses : ' actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1'
86+ uses : ' actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236' # v4.7.1
8787 with :
8888 python-version : ' 3.11' # update as soon as nuitka supports latest python
8989
@@ -101,7 +101,7 @@ jobs:
101101 - run : ' python.exe -m nuitka --assume-yes-for-downloads --mingw64 --follow-imports --include-plugin-directory="${{ github.workspace }}\lib" --output-dir=C:\nuitka-compile-temp --remove-output --standalone ${{ github.workspace }}\monitoring-plugins\check-plugins\${{ matrix.check }}\${{ matrix.check}}'
102102
103103 - name : ' Upload build output as artifact for later zipping'
104- uses : ' actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0'
104+ uses : ' actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b' # v4.5.0
105105 with :
106106 name : ' nuitka-build-output-${{ matrix.check }}'
107107 path : ' C:\nuitka-compile-temp\${{ matrix.check }}*'
@@ -122,7 +122,7 @@ jobs:
122122 egress-policy : audit
123123
124124 - name : ' download all artifacts'
125- uses : ' actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8'
125+ uses : ' actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16' # v4.1.8
126126 with :
127127 path : ' C:\artifacts'
128128
@@ -138,7 +138,7 @@ jobs:
138138 done
139139
140140 - name : ' upload the output as monitoring-plugins'
141- uses : ' actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0'
141+ uses : ' actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b' # v4.5.0
142142 with :
143143 name : ' monitoring-plugins'
144144 path : ' C:\output\'
0 commit comments