@@ -19,13 +19,13 @@ jobs:
1919 pull-requests : write
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 fetch-depth : 100
2525 fetch-tags : true
2626
2727 - name : Set Node.js 24.x
28- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
28+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2929 with :
3030 node-version : 24.x
3131
4646 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4747
4848 - name : Publish Test Report
49- uses : mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6
49+ uses : mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
5050 if : success() || failure() # always run even if the previous step fails
5151 with :
5252 report_paths : ' junit.xml'
@@ -59,16 +59,16 @@ jobs:
5959 github.event_name == 'pull_request' &&
6060 startsWith(github.head_ref, 'renovate/') &&
6161 github.event.pull_request.head.repo.full_name == github.repository &&
62- github.actor == github.repository_owner
62+ ( github.actor == github.repository_owner || github.actor == 'renovate-mike[bot]')
6363 runs-on : ubuntu-latest
6464 permissions :
6565 contents : write
6666 steps :
67- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
67+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6868 with :
6969 ref : ${{ github.event.pull_request.head.ref }}
7070 persist-credentials : false
71- - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
71+ - uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
7272 with :
7373 node-version : 24.x
7474 - run : npm ci && npm run build && npm run package
@@ -131,7 +131,7 @@ jobs:
131131 run : echo "CHANGELOG"
132132
133133 - name : Checkout
134- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
134+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
135135 with :
136136 fetch-depth : 0
137137
@@ -226,10 +226,10 @@ jobs:
226226 attestations : write
227227 steps :
228228 - name : Checkout
229- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
229+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
230230
231231 - name : Set Node.js 24.x
232- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
232+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
233233 with :
234234 node-version : 24.x
235235
@@ -238,20 +238,20 @@ jobs:
238238
239239 - name : " Build Changelog"
240240 id : github_release
241- uses : mikepenz/release-changelog-builder-action@a34a8009a9588bb86b02a873cf592440e96a5da8 # v6
241+ uses : mikepenz/release-changelog-builder-action@bcae7115752d4ed746ff92feb666574428a79415 # v6.2.1
242242 with :
243243 configuration : " configs/configuration_repo.json"
244244 ignorePreReleases : ${{ !contains(github.ref, '-') }}
245245 token : ${{ secrets.GITHUB_TOKEN }}
246246
247247 - name : Create Release
248- uses : mikepenz/action-gh-release@5c3d16ffbdc3e0fbfe2c8a69a448798f5d9b30c2 # v2
248+ uses : mikepenz/action-gh-release@2a00e201320fb618d8e705a736286b2e31aa48e2 # v3.0.0
249249 with :
250250 body : ${{steps.github_release.outputs.changelog}}
251251 prerelease : ${{ contains(github.ref, '-rc') || contains(github.ref, '-b') || contains(github.ref, '-a') }}
252252 token : ${{ secrets.GITHUB_TOKEN }}
253253
254254 - name : Attest build provenance
255- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4
255+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
256256 with :
257257 subject-path : dist/index.js
0 commit comments