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.
1 parent 38a105b commit 7e38cf2Copy full SHA for 7e38cf2
.github/workflows/codeql-analysis.yml
@@ -36,7 +36,7 @@ jobs:
36
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
37
steps:
38
- name: Checkout repository
39
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
40
41
# Initializes the CodeQL tools for scanning.
42
- name: Initialize CodeQL
.github/workflows/python-package.yml
@@ -52,7 +52,7 @@ jobs:
52
kafka: "4.0.0"
53
54
55
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
56
- name: Set up Python ${{ matrix.python }}
57
uses: actions/setup-python@v6
58
with:
0 commit comments