File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1818 markdown-link-check :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2222 - uses : gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15
2323 with :
2424 use-quiet-mode : " yes"
3030 markdown-lint :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3434 - uses : avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
3535 with :
3636 config : " .markdownlint.yml"
3939 misspell :
4040 runs-on : ubuntu-latest
4141 steps :
42- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
42+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4343 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4444 with :
4545 go-version-file : tools/go.mod
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Community Check
15- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616 with :
1717 sparse-checkout : .github/actions/community_check
1818
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout Community Check
15- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616 with :
1717 sparse-checkout : .github/actions/community_check
1818
Original file line number Diff line number Diff line change 2121 outputs :
2222 goreleaser : ${{ steps.filter.outputs.goreleaser }}
2323 steps :
24- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2525 - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
2626 id : filter
2727 with :
3434 if : ${{ needs.changes.outputs.goreleaser == 'true' }}
3535 runs-on : ubuntu-latest
3636 steps :
37- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3838 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3939 with :
4040 go-version-file : go.mod
5353 # Ref: https://github.com/hashicorp/terraform-provider-awscc/issues/533
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
56+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5757 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5858 with :
5959 go-version-file : go.mod
Original file line number Diff line number Diff line change 3636
3737 steps :
3838 - name : Checkout Community Check
39- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4040 with :
4141 sparse-checkout : .github/actions/community_check
4242
Original file line number Diff line number Diff line change 2020 name : go mod download
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2424 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2525 with :
2626 go-version-file : tools/go.mod
4040 needs : [go_mod_download]
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
43+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4444 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4545 with :
4646 go-version-file : tools/go.mod
7070 needs : [go_mod_download]
7171 runs-on : ubuntu-latest
7272 steps :
73- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
73+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7474 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
7575 with :
7676 go-version-file : tools/go.mod
@@ -98,15 +98,15 @@ jobs:
9898 semgrep :
9999 runs-on : ubuntu-latest
100100 steps :
101- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
102102 - name : semgrep
103103 uses : returntocorp/semgrep-action@713efdd345f3035192eaa63f56867b88e63e4e5d # v1
104104
105105 importlint :
106106 needs : [go_mod_download]
107107 runs-on : ubuntu-latest
108108 steps :
109- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
109+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
110110 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
111111 with :
112112 go-version-file : tools/go.mod
Original file line number Diff line number Diff line change 2828 private-key : ${{ secrets.APP_PEM }}
2929
3030 - name : Checkout
31- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
31+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3232 with :
3333 sparse-checkout : .github/actions/
3434
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout Community Check
22- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2323 with :
2424 sparse-checkout : .github/actions/community_check
2525
Original file line number Diff line number Diff line change 1212 release-notes :
1313 runs-on : macos-latest
1414 steps :
15- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
15+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1616 with :
1717 fetch-depth : 0
1818 - name : Generate Release Notes
4848 outputs :
4949 tag : ${{ steps.highest-version-tag.outputs.tag }}
5050 steps :
51- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5252 with :
5353 # Allow tag to be fetched when ref is a commit
5454 fetch-depth : 0
7171 with :
7272 app-id : ${{ secrets.APP_ID }}
7373 private-key : ${{ secrets.APP_PEM }}
74- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
74+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
7575 with :
7676 fetch-depth : 0
7777 ref : main
Original file line number Diff line number Diff line change 2121 name : tfplugindocs check
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
24+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2525 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2626 with :
2727 go-version-file : tools/go.mod
You can’t perform that action at this time.
0 commit comments