File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 if : github.event.pull_request.merged == true
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1717 - name : Process markdown files
1818 run : |
1919 find . -name '*.md' | xargs perl tools/autodoc.pl
Original file line number Diff line number Diff line change 1313 name : " Test [ Go ${{ matrix.go }} / JSON Backend ${{ matrix.json_backend }} ]"
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v6.0.1
16+ uses : actions/checkout@v6.0.2
1717 - name : Cache Go modules
1818 uses : actions/cache@v5
1919 with :
Original file line number Diff line number Diff line change 1515 name : " Test [ Go ${{ matrix.go }} / Tags ${{ matrix.go_tags }} ]"
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
18+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : Cache Go modules
2020 uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2121 with :
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
43+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Install tparse
1414 run : go install github.com/mfridman/tparse@v0.12.2
1515 - run : |
Original file line number Diff line number Diff line change 55 name : lint
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99 - uses : actions/setup-go@a5f9b05d2d216f63e13859e0d847461041025775 # v6.1.0
1010 with :
1111 go-version-file : " go.mod"
Original file line number Diff line number Diff line change 1818 name : " Smoke [ Go ${{ matrix.go }} / Tags ${{ matrix.go_tags }} ]"
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
21+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222 - name : Check documentation generator
2323 run : |
2424 find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
You can’t perform that action at this time.
0 commit comments