File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
1616 runs-on : ubuntu-latest
1717 name : Test with valid issue
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
2121 - id : get-issue-body
22- uses : actions/github-script@v7
22+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2323 with :
2424 script : |
2525 const issue = await github.rest.issues.get({
3232
3333 - name : Parse Issue
3434 id : parser
35- uses : issue-ops/parser@v4.1.0
35+ uses : issue-ops/parser@17134bd7d0633c8267868e79fca7023745aee2f9 # v4.1.0
3636 with :
3737 body : ${{ steps.get-issue-body.outputs.issue-body }}
3838 issue-form-template : ../../__tests__/meetup-issue-template.yml
@@ -59,10 +59,10 @@ jobs:
5959 runs-on : ubuntu-latest
6060 name : Test with invalid issue
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363
6464 - id : get-issue-body
65- uses : actions/github-script@v7
65+ uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
6666 with :
6767 script : |
6868 const issue = await github.rest.issues.get({
7575
7676 - name : Parse Issue
7777 id : parser
78- uses : issue-ops/parser@v4.1.0
78+ uses : issue-ops/parser@17134bd7d0633c8267868e79fca7023745aee2f9 # v4.1.0
7979 with :
8080 body : ${{ steps.get-issue-body.outputs.issue-body }}
8181 issue-form-template : ../../__tests__/meetup-issue-template.yml
Original file line number Diff line number Diff line change 1111 name : Check dist
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
15- - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@0.9 .0
14+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+ - uses : hoverkraft-tech/ci-github-nodejs/actions/setup-node@5c1010a9146952f724730bf79ba8e2e40ba8e474 # 0.11 .0
1616
1717 - name : Build dist/ Directory
1818 id : package
3333 - if : ${{ failure() && steps.diff.outcome == 'failure' }}
3434 name : Upload Artifact
3535 id : upload
36- uses : actions/upload-artifact@v4
36+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737 with :
3838 name : dist
3939 path : dist/
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permissions:
1010
1111jobs :
1212 test-nodejs :
13- uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@0.9 .0
13+ uses : hoverkraft-tech/ci-github-nodejs/.github/workflows/continuous-integration.yml@5c1010a9146952f724730bf79ba8e2e40ba8e474 # 0.11 .0
1414 permissions :
1515 id-token : write
1616 security-events : write
Original file line number Diff line number Diff line change 44 workflow_call :
55
66permissions :
7+ actions : read
78 contents : read
89 issues : write
910 statuses : write
@@ -12,7 +13,7 @@ permissions:
1213
1314jobs :
1415 linter :
15- uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@0.18.0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/linter.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
1617 with :
1718 linter-env : |
1819 FILTER_REGEX_EXCLUDE=dist/**/*
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313
1414jobs :
1515 greetings :
16- uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@0.18.0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/greetings.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
Original file line number Diff line number Diff line change 66 tags : ["*"]
77
88permissions :
9+ actions : read
910 contents : read
1011 issues : write
1112 statuses : write
@@ -25,20 +26,20 @@ jobs:
2526 needs : ci
2627 runs-on : ubuntu-latest
2728 steps :
28- - uses : actions/checkout@v4
29- - uses : bitflight-devops/github-action-readme-generator@v1.8.0
29+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ - uses : bitflight-devops/github-action-readme-generator@f750ff0ac8a4b68a3c2d622cc50a5ad20bcebaa1 # v1.8.0
3031 with :
3132 owner : ${{ github.repository_owner }}
3233 repo : ${{ github.event.repository.name }}
3334 version_prefix : " "
3435
35- - uses : actions/create-github-app-token@v1
36+ - uses : actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
3637 id : generate-token
3738 with :
3839 app-id : ${{ vars.CI_BOT_APP_ID }}
3940 private-key : ${{ secrets.CI_BOT_APP_PRIVATE_KEY }}
4041
41- - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@0.18.0
42+ - uses : hoverkraft-tech/ci-github-common/actions/create-and-merge-pull-request@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
4243 with :
4344 github-token : ${{ steps.generate-token.outputs.token }}
4445 branch : docs/actions-workflows-documentation-update
Original file line number Diff line number Diff line change 88 inputs :
99 # checkov:skip=CKV_GHA_7: required
1010 manual-commit-ref :
11- description : " The SHA of the commit to get the diff for"
11+ description : " The SHA of the commit to get the diff for. "
1212 required : true
1313 manual-base-ref :
14- description : " By default, the commit entered above is compared to the one directly
15- before it; to go back further, enter an earlier SHA here"
14+ description : |
15+ By default, the commit entered above is compared to the one directly before it.
16+ To go back further, enter an earlier SHA here.
1617 required : false
1718
1819permissions :
@@ -21,7 +22,7 @@ permissions:
2122
2223jobs :
2324 main :
24- uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@0.18.0
25+ uses : hoverkraft-tech/ci-github-common/.github/workflows/need-fix-to-issue.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
2526 with :
2627 manual-commit-ref : ${{ inputs.manual-commit-ref }}
2728 manual-base-ref : ${{ inputs.manual-base-ref }}
Original file line number Diff line number Diff line change 66 branches : [main]
77
88permissions :
9+ actions : read
910 contents : read
1011 issues : write
1112 statuses : write
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313
1414jobs :
1515 main :
16- uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@0.18.0
16+ uses : hoverkraft-tech/ci-github-common/.github/workflows/semantic-pull-request.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ permissions:
1010
1111jobs :
1212 main :
13- uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@0.18.0
13+ uses : hoverkraft-tech/ci-github-common/.github/workflows/stale.yml@95664be4ec235bfc221c4356c7153cbab3fb8f93 # 0.22.3
You can’t perform that action at this time.
0 commit comments