File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,14 +24,15 @@ jobs:
2424 actions : read
2525 contents : read
2626 id-token : write
27+ packages : read
2728 pull-requests : write
2829 statuses : write
2930 security-events : write
3031
3132 release :
3233 needs : ci
3334 if : github.event_name != 'schedule'
34- uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@ecafdeac18a6a6dcc01058cd53ac7431bedb5c3b # 0.14.1
35+ uses : hoverkraft-tech/ci-github-publish/.github/workflows/release-actions.yml@dbdcce2870b33525ac1fa26069bf95b2dd586fda # 0.15.2
3536 permissions :
3637 contents : read
3738 with :
Original file line number Diff line number Diff line change 1818 actions : read
1919 contents : read
2020 id-token : write
21+ packages : read
2122 pull-requests : write
2223 statuses : write
2324 security-events : write
Original file line number Diff line number Diff line change 2525 permissions :
2626 contents : read
2727 id-token : write
28+ packages : read
2829 pull-requests : write
2930 security-events : write
3031 uses : ./.github/workflows/__test-action-parse-ci-reports.yml
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ permissions:
88
99jobs :
1010 continuous-integration :
11- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@ce2bb8274a37c1219be2bcae2a1b2528c2c72957 # 0.19.0
11+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
1212 permissions :
1313 contents : read
1414 id-token : write
15+ packages : read
1516 pull-requests : write
1617 security-events : write
1718 with :
Original file line number Diff line number Diff line change 9999 return;
100100 }
101101 }
102- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@ce2bb8274a37c1219be2bcae2a1b2528c2c72957 # 0.19.0
102+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@80acfc9bc4dd87030d73006dee4c788ed9af1fb0 # 0.20.1
103103 if : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
104104 with :
105105 working-directory : ${{ steps.has-prettier-plugins.outputs.package-json-dir }}
@@ -129,11 +129,11 @@ jobs:
129129 with :
130130 persist-credentials : false
131131
132- - uses : github/codeql-action/init@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
132+ - uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
133133 with :
134134 languages : ${{ matrix.language }}
135135
136- - uses : github/codeql-action/analyze@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4
136+ - uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
137137 with :
138138 category : " /language:${{matrix.language}}"
139139
You can’t perform that action at this time.
0 commit comments