Skip to content

Commit 677b01a

Browse files
Bump the actions group with 2 updates (#127)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c67869d commit 677b01a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
48+
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4
4949
with:
5050
languages: ${{ matrix.language }}
5151
build-mode: ${{ matrix.build-mode }}
@@ -62,6 +62,6 @@ jobs:
6262
pip install -e .
6363
6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
65+
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4
6666
with:
6767
category: "/language:${{matrix.language}}"

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
ref: ${{ inputs.ref }}
3434
persist-credentials: false
3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@9c00cb4f6b517705a3794b22395aedc36257242c # v3.2.1
36+
uses: pypa/cibuildwheel@63fd63b352a9a8bdcc24791c9dbee952ee9a8abc # v3.3.0
3737
env:
3838
CIBW_BUILD: "cp3*-${{ matrix.buildplat }}"
3939
CIBW_PRERELEASE_PYTHONS: "True"

0 commit comments

Comments
 (0)