File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ jobs:
2828 name : lint
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
3535 - name : Set up Go
36- uses : actions/setup-go@v5
36+ uses : actions/setup-go@v6
3737 with :
3838 go-version : ${{ matrix.go }}
3939 cache : false
@@ -73,12 +73,12 @@ jobs:
7373 runs-on : ubuntu-latest
7474 steps :
7575 - name : Check out code
76- uses : actions/checkout@v4
76+ uses : actions/checkout@v6
7777 with :
7878 fetch-depth : 0
7979
8080 - name : Set up Go
81- uses : actions/setup-go@v5
81+ uses : actions/setup-go@v6
8282 with :
8383 go-version : ${{ matrix.go }}
8484 cache : false
@@ -109,12 +109,12 @@ jobs:
109109 name : test
110110 runs-on : ubuntu-latest
111111 steps :
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v6
113113 with :
114114 fetch-depth : 0
115115
116116 - name : Set up Go
117- uses : actions/setup-go@v5
117+ uses : actions/setup-go@v6
118118 with :
119119 go-version : ${{ matrix.go }}
120120 cache : false
@@ -123,7 +123,7 @@ jobs:
123123 run : make test
124124
125125 - name : Upload coverage to Codecov
126- uses : codecov/codecov-action@v4
126+ uses : codecov/codecov-action@v5
127127
128128 go-semantic-release :
129129 if : ${{ github.ref == 'refs/heads/main' }}
Original file line number Diff line number Diff line change 1212 triage :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : amannn/action-semantic-pull-request@v5
15+ - uses : amannn/action-semantic-pull-request@v6
1616 env :
1717 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1010 pull-requests : write
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/labeler@v5
13+ - uses : actions/labeler@v6
Original file line number Diff line number Diff line change 1414 packages : write
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
2929 password : ${{ secrets.GITHUB_TOKEN }}
3030
3131 - name : Set up Go
32- uses : actions/setup-go@v5
32+ uses : actions/setup-go@v6
3333 with :
3434 # go version must be quoted on version 1.22+ or else setup action
3535 # will pull down version 1.2 instead of 1.22
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Checkout code
36- uses : actions/checkout@v4 # v3.1.0
36+ uses : actions/checkout@v6
3737 with :
3838 persist-credentials : false
3939
@@ -60,14 +60,14 @@ jobs:
6060 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6161 # format to the repository Actions tab.
6262 - name : Upload artifact
63- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
63+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6464 with :
6565 name : SARIF file
6666 path : results.sarif
6767 retention-days : 5
6868
6969 # Upload the results to GitHub's code scanning dashboard.
7070 - name : Upload to code-scanning
71- uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
71+ uses : github/codeql-action/upload-sarif@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments