File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v5
1515
1616 - name : Set up Python
17- uses : actions/setup-python@v5
17+ uses : actions/setup-python@v6
1818 with :
1919 python-version : ' 3.x'
2020
Original file line number Diff line number Diff line change 2828 echo "> ansible-galaxy collection build --force"
2929 ansible-galaxy collection build --force
3030 - name : Setup Python ${{ matrix.python-version }}
31- uses : actions/setup-python@v5
31+ uses : actions/setup-python@v6
3232 with :
3333 python-version : ${{ matrix.python-version }}
3434 cache : " pip"
6868 - name : Checkout the repo
6969 uses : actions/checkout@v5
7070 - name : Set up Python ${{ matrix.python-version }}
71- uses : actions/setup-python@v5
71+ uses : actions/setup-python@v6
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474 - name : Install dependencies
@@ -162,7 +162,7 @@ jobs:
162162 echo "> curl -kL http://$NETSCALER_NSIP/nitro/v1/config/nsip -u nsroot:$NETSCALER_NITRO_PASS"
163163 curl -kL http://$NETSCALER_NSIP/nitro/v1/config/nsip -u nsroot:$NETSCALER_NITRO_PASS
164164 - name : Set up Python ${{ matrix.python-version }}
165- uses : actions/setup-python@v5
165+ uses : actions/setup-python@v6
166166 with :
167167 python-version : ${{ matrix.python-version }}
168168 - name : Install dependencies
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v5
1414
1515 - name : Run Trivy vulnerability scanner in repo mode
16- uses : aquasecurity/trivy-action@0.29.0
16+ uses : aquasecurity/trivy-action@0.33.1
1717 with :
1818 scan-type : " fs"
1919 ignore-unfixed : true
You can’t perform that action at this time.
0 commit comments