We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b390545 + 6ad8034 commit 86a215cCopy full SHA for 86a215c
2 files changed
.github/dependabot.yml
@@ -18,7 +18,7 @@ updates:
18
assignees:
19
- "chrimaho"
20
commit-message:
21
- prefix: "deps(actions): "
+ prefix: "🤖 deps(actions): "
22
23
# Update Python dependencies
24
- package-ecosystem: "pip"
@@ -31,4 +31,4 @@ updates:
31
32
33
34
- prefix: "deps(pip): "
+ prefix: "🤖 deps(pip): "
.github/workflows/codeql.yml
@@ -61,7 +61,7 @@ jobs:
61
steps:
62
63
- name: Checkout repository
64
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
65
66
# Add any setup steps before running the `github/codeql-action/init` action.
67
# This includes steps like installing compilers or runtimes (`actions/setup-node` or others).
0 commit comments