Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Update dependency versions to avoid GitHub warnings #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brianloss
Copy link

Update to node 16 to avoid:

Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: Azure/container-scan

Update actions/core to at least 1.10.0 to avoid:

The `set-output` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Fixes #155

Update to node 16 to avoid:
```
Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16: Azure/container-scan
```

Update actions/core to at least 1.10.0 to avoid:
```
The `set-output` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files. For more information see:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
```
@brianloss brianloss force-pushed the fix-runtime-warnings branch from f28ce31 to b6651c1 Compare October 13, 2022 20:50
@github-actions
Copy link

This PR is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle Inactive for 14 days label Oct 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
idle Inactive for 14 days
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update container-scan to use Node.js 16
1 participant