File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3131 steps :
3232 - name : gather-system-info
3333 id : system-info
34- uses : kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
34+ uses : kenchan0130/actions-system-info@bc4d96a0885af9f87e23f018f87c86d800e334d9 # version: v1.4.0
3535 continue-on-error : true
3636 - name : print-system-info
3737 run : |
@@ -55,13 +55,13 @@ jobs:
5555 done
5656 continue-on-error : true
5757 - name : checkout
58- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1
58+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # version: v6.0.1
5959 - name : Unshallow
6060 run : |
6161 git fetch --prune --unshallow
6262 - name : Set up Docker Buildx
6363 id : setup-buildx
64- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0
64+ uses : docker/setup-buildx-action@c7c4c00f3eef127be487a50899a220e44c6bcc87 # version: v3.12.0
6565 with :
6666 driver : remote
6767 endpoint : tcp://buildkit-amd64.ci.svc.cluster.local:1234
7171 make
7272 - name : login-to-registry
7373 if : github.event_name != 'pull_request'
74- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
74+ uses : docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f # version: v3.6.0
7575 with :
7676 password : ${{ secrets.GITHUB_TOKEN }}
7777 registry : ghcr.io
Original file line number Diff line number Diff line change 1818 if : github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
1919 steps :
2020 - name : Slack Notify
21- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
21+ uses : slackapi/slack-github-action@68e45239df848a78735310b597eb3b7a93b23426 # version: v2.1.1
2222 with :
2323 method : chat.postMessage
2424 payload : |
Original file line number Diff line number Diff line change 2323 run : |
2424 echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2525 - name : Slack Notify
26- uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
26+ uses : slackapi/slack-github-action@68e45239df848a78735310b597eb3b7a93b23426 # version: v2.1.1
2727 with :
2828 method : chat.postMessage
2929 payload : |
Original file line number Diff line number Diff line change 1515 - ubuntu-latest
1616 steps :
1717 - name : Close stale issues and PRs
18- uses : actions/stale@997185467fa4f803885201cee163a9f38240193d # version: v10.1.1
18+ uses : actions/stale@d6f8a33132340b15a7006f552936e4b9b39c00ec # version: v10.1.1
1919 with :
2020 close-issue-message : This issue was closed because it has been stalled for 7 days with no activity.
2121 days-before-issue-close : " 5"
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ ARG YQ_VERSION=v4.50.1
6767# renovate: datasource=github-releases depName=getsops/sops
6868ARG SOPS_VERSION=v3.11.0
6969# renovate: datasource=github-tags depName=aws/aws-cli
70- ARG AWSCLI_VERSION=2.33.4
70+ ARG AWSCLI_VERSION=2.33.7
7171# renovate: datasource=github-releases depName=kubernetes-sigs/krew
7272ARG KREW_VERSION=v0.4.5
7373
You can’t perform that action at this time.
0 commit comments