Skip to content

Commit 386d0c1

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 6.0.3 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@df4cb1c...9c091bb) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e3aecb commit 386d0c1

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
65+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6666

6767
# Add any setup steps before running the `github/codeql-action/init` action.
6868
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/coverage-badge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fi
6767
6868
- name: Checkout gh-pages
69-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
69+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7070
with:
7171
ref: gh-pages
7272
path: gh-pages

.github/workflows/lint-format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
14+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1515

1616
- name: Install uv
1717
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
1818

1919
- name: Set up Python
20-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
20+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
2121
with:
2222
python-version: '3.12'
2323

.github/workflows/mkdocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
contents: write
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
29+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3030
with:
3131
fetch-depth: 0
3232

3333
- name: Install uv
3434
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3838
with:
3939
python-version: '3.12'
4040

.github/workflows/publish-pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
23+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2424
with:
2525
ref: ${{ inputs.tag || github.ref }}
2626
- name: Install uv
2727
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2828
- name: Set up Python
29-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
29+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3030
with:
3131
python-version: "3.x"
3232
- name: Install pypa/build

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
20+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2121
with:
2222
fetch-depth: 0
2323
token: ${{ secrets.RELEASE_TOKEN }}
@@ -31,7 +31,7 @@ jobs:
3131
run: git fetch --tags --force
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
34+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3535
with:
3636
python-version: '3.12'
3737

.github/workflows/test-netbox-main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@ jobs:
4646

4747
steps:
4848
- name: Checkout code
49-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
49+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5050
with:
5151
path: netbox-InterfaceNameRules-plugin
5252

5353
- name: Install uv
5454
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5555

5656
- name: Set up Python ${{ matrix.python-version }}
57-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
57+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060

6161
- name: Checkout NetBox main
62-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
62+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6363
with:
6464
repository: "netbox-community/netbox"
6565
path: netbox

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,20 @@ jobs:
5050

5151
steps:
5252
- name: Checkout code
53-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
53+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5454
with:
5555
path: netbox-InterfaceNameRules-plugin
5656

5757
- name: Install uv
5858
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
5959

6060
- name: Set up Python ${{ matrix.python-version }}
61-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
61+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464

6565
- name: Checkout NetBox
66-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
66+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6767
with:
6868
repository: "netbox-community/netbox"
6969
path: netbox

0 commit comments

Comments
 (0)