File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout current repository
20- uses : actions/checkout@v6
20+ uses : actions/checkout@v6.0.2
2121 with :
2222 persist-credentials : false
2323 - name : Use Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout current repository
34- uses : actions/checkout@v6
34+ uses : actions/checkout@v6.0.2
3535 with :
3636 persist-credentials : false
3737 - name : Use Node.js ${{ env.NODE_VERSION }}
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
20+ uses : actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5.0.1
2121
2222 - name : Set up Packer
2323 uses : hashicorp/setup-packer@1aa358be5cf73883762b302a3a03abd66e75b232 # v3.1.0
Original file line number Diff line number Diff line change 88 Python :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v6
11+ - uses : actions/checkout@v6.0.2
1212 - name : Set up Python 3.14
1313 uses : actions/setup-python@v6
1414 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v6
19+ - uses : actions/checkout@v6.0.2
2020 - name : ShellCheck
2121 uses : ludeeus/action-shellcheck@2.0.0
2222 with :
You can’t perform that action at this time.
0 commit comments