File tree Expand file tree Collapse file tree 8 files changed +21
-21
lines changed
Expand file tree Collapse file tree 8 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1111 env :
1212 GITHUB_TEST_ORGANIZATION : ' kfcampbell-terraform-provider'
1313 steps :
14- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1616 with :
1717 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929
3030 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3131 with :
@@ -34,14 +34,14 @@ jobs:
3434
3535 # Initializes the CodeQL tools for scanning.
3636 - name : Initialize CodeQL
37- uses : github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
37+ uses : github/codeql-action/init@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
3838 with :
3939 languages : ${{ matrix.language }}
4040
4141 - name : Autobuild
42- uses : github/codeql-action/autobuild@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
42+ uses : github/codeql-action/autobuild@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
4343
4444 - name : Perform CodeQL Analysis
45- uses : github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
45+ uses : github/codeql-action/analyze@461ef6c76dfe95d5c364de2f431ddbd31a417628 # v3.26.9
4646 with :
4747 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020 with :
2121 ref : ${{ github.event.pull_request.head.ref }}
2222 fetch-depth : 2
3434 runs-on : ubuntu-latest
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3838 with :
3939 ref : ${{ github.event.pull_request.head.ref }}
4040 fetch-depth : 2
6767 runs-on : ubuntu-latest
6868 steps :
6969 - name : Checkout
70- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
70+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
7171 with :
7272 ref : ${{ github.event.pull_request.head.ref }}
7373 fetch-depth : 2
Original file line number Diff line number Diff line change 1717 jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
1818 )"
1919 - name : Checkout
20- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }}
2323 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4949 jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
5050 )"
5151 - name : Checkout
52- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
52+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5353 with :
5454 ref : ${{ github.event.pull_request.head.sha }}
5555 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
8686 jq -rc .label.name $GITHUB_EVENT_PATH | cut -d/ -f 2
8787 )"
8888 - name : Checkout
89- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
89+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
9090 with :
9191 ref : ${{ github.event.pull_request.head.sha }}
9292 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
14+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1515 with :
1616 ref : ${{ github.event.pull_request.head.ref }}
1717 fetch-depth : 2
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2828 with :
2929 ref : ${{ github.event.pull_request.head.ref }}
3030 fetch-depth : 2
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
47+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4848 with :
4949 ref : ${{ github.event.pull_request.head.ref }}
5050 fetch-depth : 2
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3232 with :
3333 ref : ${{ github.event.pull_request.head.ref }}
3434 fetch-depth : 2
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Checkout
50- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5151 with :
5252 ref : ${{ github.event.pull_request.head.ref }}
5353 fetch-depth : 2
8282 runs-on : ubuntu-latest
8383 steps :
8484 - name : Checkout
85- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
85+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
8686 with :
8787 ref : ${{ github.event.pull_request.head.ref }}
8888 fetch-depth : 2
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Checkout
26- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727 with :
2828 ref : ${{ github.event.pull_request.head.ref }}
2929 fetch-depth : 2
4242 runs-on : ubuntu-latest
4343 steps :
4444 - name : Checkout
45- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4646 with :
4747 ref : ${{ github.event.pull_request.head.ref }}
4848 fetch-depth : 2
6363 runs-on : ubuntu-latest
6464 steps :
6565 - name : Checkout
66- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
66+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6767 with :
6868 ref : ${{ github.event.pull_request.head.ref }}
6969 fetch-depth : 2
Original file line number Diff line number Diff line change 1717 goreleaser :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2121 with :
2222 # Allow goreleaser to access older tag information.
2323 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments