Skip to content

build(deps): bump the all group with 2 updates #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
# This is v4 of the action
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955

# This is v2 of the action
- name: Check for N.O.C.O.M.M.I.T in the commits
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

# This is v4 of the action
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955

# This is v5.5.0 of the action
- name: Set up Python
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

# This is v4 of the action
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955

# This is v5.5.0 of the action
- name: Set up Python
Expand All @@ -157,13 +157,13 @@ jobs:
# This is v3.28.13
- name: CodeQL Init
if: ${{ runner.os == 'Linux' }}
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b
uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
with:
languages: python

# This is v3.28.13
- name: CodeQL Analyze
if: ${{ runner.os == 'Linux' }}
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b
uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed
with:
category: "/language:python"
Loading