3232 PFSENSE_VERSION : " 25.11.1"
3333 - FREEBSD_VERSION : FreeBSD-16.0-CURRENT
3434 PFSENSE_VERSION : " 26.03"
35+ - FREEBSD_VERSION : FreeBSD-16.0-CURRENT
36+ PFSENSE_VERSION : " 26.03.1"
3537
3638 steps :
37- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
39+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3840
3941 - name : Setup FreeBSD build VM
4042 run : |
@@ -60,15 +62,15 @@ jobs:
6062 path : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
6163
6264 - name : Release
63- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
65+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
6466 with :
6567 files : pfSense-${{ matrix.PFSENSE_VERSION }}-pkg-RESTAPI.pkg
6668
6769 build_schemas :
6870 runs-on : self-hosted
6971 needs : [release_pkg]
7072 steps :
71- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
73+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
7274
7375 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
7476 with :
@@ -125,7 +127,7 @@ jobs:
125127 path : schema.graphql
126128
127129 - name : Release schemas
128- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
130+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
129131 with :
130132 files : |
131133 native.json
@@ -162,16 +164,16 @@ jobs:
162164 name : github-pages
163165 url : ${{ steps.deployment.outputs.page_url }}
164166 steps :
165- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
167+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
166168
167169 - name : Setup Pages
168- uses : actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5 .0.0
170+ uses : actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6 .0.0
169171
170172 - name : Make website directory
171173 run : mkdir ./www
172174
173175 - name : Setup python
174- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
176+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
175177 with :
176178 python-version : ${{ env.PYTHON_VERSION }}
177179
0 commit comments