File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2323 go-version : ' 1.25.3'
2424 id : go
2525 - name : Check out code into the Go module directory
26- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
26+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
2727 - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # tag=v4.3.0
2828 name : Restore go cache
2929 with :
Original file line number Diff line number Diff line change 1616 working-directory :
1717 - " "
1818 steps :
19- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
19+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
2020 - name : Calculate go version
2121 id : vars
2222 run : echo "go_version=1.25.3" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1414 name : Broken Links
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
17+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
1818 - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
1919 with :
2020 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 1212 name : Broken Links
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
15+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
1616 - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
1717 with :
1818 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 77 run-ci-tests :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
10+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
1111 - name : Set up Go
1212 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
1313 with :
Original file line number Diff line number Diff line change 1212 if : contains(github.event.pull_request.labels.*.name, 'ok-to-test')
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
15+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
1616 - name : Set up Go
1717 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
1818 with :
Original file line number Diff line number Diff line change 1717 - name : Set env
1818 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
1919 - name : checkout code
20- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
20+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
2121 with :
2222 fetch-depth : 0
2323 - name : Install go
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out code
16- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
16+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
1717 - name : Setup go
1818 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
1919 with :
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
18+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
1919 - name : Set up Go
2020 uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # tag=v6.0.0
2121 with :
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
11+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # tag=v5.0.1
1212
1313 - name : Lint YAML files
1414 run : yamllint -c .github/yamllint_config.yaml .
You can’t perform that action at this time.
0 commit comments