Skip to content

Commit bcf94d4

Browse files
updateclibot[bot]updateclibot
andauthored
deps(github/action): bump all dependencies (#1036)
* chore: deps(github): bump Action release for release-drafter/release-... ... drafter from v6.4.0 to v7.0.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/init fr... ... om v4.32.6 to v4.33.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/aut... ... obuild from v4.32.6 to v4.33.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/ana... ... lyze from v4.32.6 to v4.33.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for release-drafter/release-draf... ... ter from v7.0.0 to v7.1.0 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for release-drafter/release-... ... drafter from v7.1.0 to v7.1.1 Made with ❤️️ by updatecli * chore: deps(github): bump Action tag for github/codeql-action/init fr... ... om v4.33.0 to v4.34.1 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/aut... ... obuild from v4.33.0 to v4.34.1 Made with ❤️️ by updatecli * chore: deps(github): bump Action release for github/codeql-action/ana... ... lyze from v4.33.0 to v4.34.1 Made with ❤️️ by updatecli --------- Co-authored-by: updateclibot <bot@updatecli.io>
1 parent aeb422b commit bcf94d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v6.0.2
4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v4.32.6
43+
uses: github/codeql-action/init@v4.34.1
4444
with:
4545
languages: ${{ matrix.language }}
4646
config-file: ./.github/codeql/codeql-config.yml
@@ -51,7 +51,7 @@ jobs:
5151
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252
# If this step fails, then you should remove it and run the build manually (see below)
5353
- name: Autobuild
54-
uses: github/codeql-action/autobuild@v4.32.6
54+
uses: github/codeql-action/autobuild@v4.34.1
5555
#- run: |
5656
# make bootstrap
5757
# make release
@@ -62,4 +62,4 @@ jobs:
6262
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
6363
# and modify them (or add more) to build your code if your project
6464
# uses a compiled language
65-
uses: github/codeql-action/analyze@v4.32.6
65+
uses: github/codeql-action/analyze@v4.34.1

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
update_release_draft:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: release-drafter/release-drafter@v6.4.0
12+
- uses: release-drafter/release-drafter@v7.1.1
1313
with:
1414
config-name: release-drafter.yaml
1515
publish: startsWith(github.ref, "refs/tags")

0 commit comments

Comments
 (0)