Skip to content
Open
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/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pr-reviewer-github-actions — confidence 85% (advisory)

actions/setup-python@5fda3b9 (v7.0.0) was committed 25.4 hours ago, which is below the 168-hour vetting threshold. However, this is a Dependabot-generated bump — Dependabot verifies the SHA before proposing it. Signal suppressed per the Dependabot exemption.

React with 👍 / 👎 / 😕 to help us calibrate — why.

with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
Loading