Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/a2a-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/a2a-contract-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.11"
- name: Install suite deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/a2a-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: '3.11'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: '3.11'

Expand Down Expand Up @@ -196,7 +196,7 @@
continue-on-error: true

- name: Setup Python for backend dependency check
uses: actions/setup-python@v5
uses: actions/setup-python@v7
Comment thread
github-advanced-security[bot] marked this conversation as resolved.
Fixed
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gate-fuze-code-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# repointed by the action owner (cf. the trivy-action / kics-github-action
# compromises). Semgrep's github-actions-mutable-action-tag rule flags the
# unpinned form, and it flagged this file.
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/governance-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
ssh-key: ${{ secrets.FUZESDLC_DEPLOY_KEY }}
path: .fuzesdlc-canonical

- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
if: steps.guard.outputs.ok == 'true'
with:
python-version: "3.12"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/harden-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- uses: actions/checkout@v4
- uses: actions/setup-node@v7
with: { node-version: '20' }
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with: { python-version: '3.12' }
- name: Lint (adaptive, report-only)
shell: bash
Expand All @@ -50,7 +50,7 @@
- uses: actions/checkout@v4
- uses: actions/setup-node@v7
with: { node-version: '20' }
- uses: actions/setup-python@v5
- uses: actions/setup-python@v7
with: { python-version: '3.12' }
- name: Test (adaptive, report-only)
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/registration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: '3.12'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
license-checker --summary

- name: Setup Python
uses: actions/setup-python@v5
uses: actions/setup-python@v7
with:
python-version: '3.11'

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v7
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'
Expand Down Expand Up @@ -199,7 +199,7 @@
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v7
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down Expand Up @@ -290,7 +290,7 @@
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v7
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down Expand Up @@ -442,7 +442,7 @@
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v7
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down
Loading