File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 issue_triage :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
11+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
1212 - uses : github/issue-labeler@e24a3eb6b2e28c8904d086302a2b760647f5f45c # v3.1
1313 with :
1414 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
32+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
3333 with :
3434 fetch-depth : 0
3535 # Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
64+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
6565 with :
6666 fetch-depth : 0
6767 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
8383 needs : [ changelog-version, changelog, release-tag ]
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
86+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
8787 with :
8888 ref : ${{ inputs.versionNumber }}
8989 fetch-depth : 0
Original file line number Diff line number Diff line change 2020 steps :
2121
2222 - name : Check out code into the Go module directory
23- uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
23+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
2424
2525 - name : Set up Go
2626 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
7171 steps :
7272
7373 - name : Check out code
74- uses : actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3.5.1
74+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
7575
7676 - name : Setup Go
7777 uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
You can’t perform that action at this time.
0 commit comments