Skip to content

Commit dc370c1

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents 2945555 + a9bcfc3 commit dc370c1

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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"
@@ -68,7 +68,7 @@ jobs:
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

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

0 commit comments

Comments
 (0)