File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 timeout-minutes : 5
1919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2222
2323 - name : Check for existing open contributors pull request
2424 id : check_pr
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2424 - name : Trunk Check
2525 uses : trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1
2626 with :
Original file line number Diff line number Diff line change 2727 name : dependency-release
2828 steps :
2929 - name : checkout-repo
30- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
30+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3131 with :
3232 fetch-depth : 0 # Ensures a full checkout
3333 - name : configure-default-git-committer
4545 echo "Branch exists. Skipping workflow."
4646 echo "BRANCH_ALREADY_EXISTS=true" >> "$GITHUB_OUTPUT"
4747 fi
48- - uses : aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
48+ - uses : aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3
4949 if : steps.check_branch.outputs.BRANCH_ALREADY_EXISTS == 'false'
5050 with :
5151 aqua_version : v2.42.2
Original file line number Diff line number Diff line change 1919 permissions :
2020 pull-requests : read
2121 steps :
22- - uses : amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5
22+ - uses : amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
2323 env :
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
1919 - name : Trunk Check
2020 uses : trunk-io/trunk-action@75699af9e26881e564e9d832ef7dc3af25ec031b # v1.2.4
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ jobs:
2323 contents : read # For repo checkout
2424 steps :
2525 - name : checkout
26- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
26+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727 - name : set-aqua-policy-if-file-exists
2828 run : |
2929 if [[ -f aqua-policy.yaml ]]; then
3030 echo "AQUA_POLICY_CONFIG=${GITHUB_WORKSPACE}/aqua-policy.yaml:${AQUA_POLICY_CONFIG}" >> $GITHUB_ENV
3131 else
3232 echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG"
3333 fi
34- - uses : aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
34+ - uses : aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3
3535 continue-on-error : true
3636 with :
3737 aqua_version : v2.42.2
5656 GH_TOKEN : ${{ github.token }}
5757 GITHUB_REF_BRANCH : ${{ github.ref }}
5858 steps :
59- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
59+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
6060 with :
6161 fetch-depth : 0
6262 ref : ${{ env.GITHUB_REF_BRANCH }}
Original file line number Diff line number Diff line change 1616 permissions :
1717 contents : write
1818 steps :
19- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
2121 # https://github.com/magnetikonline/action-golang-cache
2222 - name : Setup Golang with cache
3030 else
3131 echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG"
3232 fi
33- - uses : aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
33+ - uses : aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3
3434 with :
3535 aqua_version : v2.42.2
3636 # working_directory:
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
2121 scan :
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
24+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2525 - name : set-aqua-policy-if-file-exists
2626 run : |
2727 if [ -f aqua-policy.yaml ]; then
2828 echo "AQUA_POLICY_CONFIG=${GITHUB_WORKSPACE}/aqua-policy.yaml:${AQUA_POLICY_CONFIG}" >> $GITHUB_ENV
2929 else
3030 echo "👉 No aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG"
3131 fi
32- - uses : aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
32+ - uses : aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3
3333 with :
3434 aqua_version : v2.42.2
3535 enable_aqua_install : true
7272
7373 steps :
7474 - name : Checkout repository
75- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
75+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
7676
7777 # Initializes the CodeQL tools for scanning.
7878 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 # Config Options: https://github.com/actions/stale#list-of-input-options
20- - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9
20+ - uses : actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10
2121 with :
2222 days-before-stale : 14
2323 days-before-close : 5
Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-latest
3434 timeout-minutes : 5
3535 steps :
36- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
36+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3737 - name : set-aqua-policy-if-file-exists
3838 run : |
3939 if [[ -f aqua-policy.yaml ]]; then
4343 else
4444 echo "👉 No aqua-policy.yaml or .aqua/aqua-policy.yaml file found, skipping setting AQUA_POLICY_CONFIG"
4545 fi
46- - uses : aquaproj/aqua-installer@f13c5d2f0357708d85477aabe50fd3f725528745 # v3.1.0
46+ - uses : aquaproj/aqua-installer@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3
4747 with :
4848 aqua_version : v2.42.2
4949 enable_aqua_install : true
You can’t perform that action at this time.
0 commit comments