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

Updating packages #153

Merged
merged 4 commits into from
Jan 28, 2024
Merged

Updating packages #153

merged 4 commits into from
Jan 28, 2024

Conversation

samsmithnz
Copy link
Owner

This pull request primarily focuses on updates to the GitHub Actions workflows, specifically .github/workflows/codeql-analysis.yml and .github/workflows/workflow.yml. The changes involve updating the versions of the actions used in these workflows. The changes are as follows:

Updates to codeql-analysis.yml:

  • The github/codeql-action/init action has been updated from version 2 to version 3. This action initializes the CodeQL tools for scanning.
  • The github/codeql-action/analyze action has also been updated from version 2 to version 3. This action performs the CodeQL analysis.

Updates to workflow.yml:

  • The actions/upload-artifact action, which is used to upload packages back to GitHub, has been updated from version 3 to version 4 in two places.
  • The samsmithnz/SamsDotNetSonarCloudAction action, which runs Sonarcloud tests, has been updated from version 2.1.0 to version 2.1.1.
  • The actions/download-artifact action, which is used to download artifacts from the build job, has been updated from version 3 to version 4 in two places.

@samsmithnz samsmithnz enabled auto-merge January 28, 2024 02:26
@samsmithnz samsmithnz merged commit 65de549 into main Jan 28, 2024
6 checks passed
@samsmithnz samsmithnz deleted the UpdatingPackagesJan27 branch January 28, 2024 02:28
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

Successfully merging this pull request may close these issues.

1 participant