File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed
Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2222 packages : write
2323 contents : read
2424 steps :
25- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
25+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
2626 with :
2727 fetch-tags : true
2828 - name : Set up QEMU
Original file line number Diff line number Diff line change 5858 # your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5959 steps :
6060 - name : Checkout repository
61- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
61+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
6262
6363 # Add any setup steps before running the `github/codeql-action/init` action.
6464 # This includes steps like installing compilers or runtimes (`actions/setup-node`
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name != 'workflow_run' }}
2828 steps :
29- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
29+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
3030 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3131 with :
3232 go-version-file : " go.mod"
4040 name : Against netbox version 4.0.11
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
43+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
4444 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4545 with :
4646 go-version-file : " go.mod"
5454 name : Against netbox version 4.1.11
5555 runs-on : ubuntu-latest
5656 steps :
57- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
57+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
5858 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
5959 with :
6060 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name != 'workflow_run' }}
1919 steps :
20- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
2121 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2222 with :
2323 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name != 'workflow_run' }}
2020 steps :
21- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
2222 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2323 with :
2424 go-version-file : " go.mod"
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 runs-on : ubuntu-latest
1818 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name != 'workflow_run' }}
1919 steps :
20- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
20+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
2121 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2222 with :
2323 go-version-file : " go.mod"
2424 - name : golangci-lint
25- uses : golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1 .0
25+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
2626 with :
2727 version : v2.4.0
2828 args : --config tools/.golangci.yaml
@@ -66,14 +66,14 @@ jobs:
6666 codespell :
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
69+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
7070 - name : Run codespell
7171 uses : codespell-project/actions-codespell@v2
7272 with :
7373 skip : " *.svg"
7474 yamllint :
7575 runs-on : ubuntu-latest
7676 steps :
77- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
77+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
7878 - name : " Yamllint"
7979 uses : karancode/yamllint-github-action@master
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
25+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
2626 with :
2727 token : ${{ secrets.GITHUB_TOKEN }}
2828 fetch-depth : 0
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 if : ${{ github.event.workflow_run.conclusion == 'success' || github.event_name != 'workflow_run' }}
2020 steps :
21- - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.0
2222 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2323 with :
2424 go-version-file : " go.mod"
You can’t perform that action at this time.
0 commit comments