File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8787
8888 steps :
8989 - name : Checkout repository
90- uses : actions/checkout@v4
90+ uses : actions/checkout@v5
9191
9292 - name : Setup SSH key
9393 run : |
Original file line number Diff line number Diff line change 1818 with :
1919 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2020
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2222 with :
2323 fetch-depth : 2
2424 - uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 4646 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
4747
4848 - name : Checkout repository
49- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
49+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2626 with :
2727 go-version : ${{ matrix.go-version }}
2828 - name : Checkout code
29- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29+ uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
3030 - name : Test
3131 run : cd go && go test ./...
Original file line number Diff line number Diff line change 2121 with :
2222 egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
2323
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
2525 - name : golangci-lint
2626 uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
2727 with :
Original file line number Diff line number Diff line change 1818
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v6
You can’t perform that action at this time.
0 commit comments