Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation notice for upload-artifact when enabling debug #2402

Open
mbaluda opened this issue Aug 1, 2024 · 1 comment
Open

Deprecation notice for upload-artifact when enabling debug #2402

mbaluda opened this issue Aug 1, 2024 · 1 comment

Comments

@mbaluda
Copy link

mbaluda commented Aug 1, 2024

When enabling debug in the codeql init@v3 action, I get a deprecation notice for actions/upload-artifact that I do not get otherwise

Image

@mbaluda mbaluda changed the title Deprecation notice for upload-artifact Deprecation notice for upload-artifact when enabling debug Aug 1, 2024
@aeisenberg
Copy link
Contributor

We're aware of this deprecation notice. However, we're not yet able to update to upload-artifacts v4 since this version is not yet supported on GHES. When GHES starts supporting v4, we will be able to change the action as well.

cweider added a commit to cweider/courtlistener that referenced this issue Oct 19, 2024
When running the CodeQL workflow, the `codeql-action/init` action
lets us know that a parameter with no effect is being used:

```
Warning: The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information.
```

There is one other warning about `actions/upload-artifact` deprecation. This is a known
issue (see github/codeql-action#2402).
cweider added a commit to cweider/courtlistener that referenced this issue Oct 20, 2024
When running the CodeQL workflow, the `codeql-action/init` action
lets us know that a parameter with no effect is being used:

```
Warning: The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information.
```

There is one other warning about `actions/upload-artifact` deprecation. This is a known
issue (see github/codeql-action#2402).
cweider added a commit to cweider/courtlistener that referenced this issue Oct 20, 2024
When running the CodeQL workflow, the `codeql-action/init` action
lets us know that a parameter with no effect is being used:

```
Warning: The setup-python-dependencies input is deprecated and no longer has any effect. We recommend removing any references from your workflows. See https://github.blog/changelog/2024-01-23-codeql-2-16-python-dependency-installation-disabled-new-queries-and-bug-fixes/ for more information.
```

There is one other warning about `actions/upload-artifact` deprecation. This is a known
issue (see github/codeql-action#2402).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants