-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: Update GitHub Actions dependencies #113
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @JackPlowman and the rest of your teammates on Graphite |
github-actions
bot
added
the
github_actions
Pull requests that update GitHub Actions code
label
Oct 5, 2024
JackPlowman
changed the title
Upgrade GitHub Actions
chore: Update GitHub Actions dependencies
Oct 5, 2024
JackPlowman
changed the base branch from
10-05-group_github_action_dependabot_updates
to
graphite-base/113
October 5, 2024 10:45
JackPlowman
force-pushed
the
10-05-upgrade_github_actions
branch
from
October 5, 2024 10:48
be623af
to
4ef7010
Compare
JackPlowman
force-pushed
the
graphite-base/113
branch
from
October 5, 2024 10:48
d60e6ae
to
2cd5914
Compare
JackPlowman
force-pushed
the
10-05-upgrade_github_actions
branch
from
October 5, 2024 10:49
4ef7010
to
f4fbe0c
Compare
Quality Gate passedIssues Measures |
Merge activity
|
JackPlowman
added a commit
that referenced
this pull request
Oct 6, 2024
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.1...v1.1.0) (2024-10-06) ### 🚀 Features * Build and Push GitHub Package ([#131](#131)) ([dbbc4df](dbbc4df)), closes [#132](#132) ### 🧰 Maintenance * Add .dockerignore file ([#108](#108)) ([4f96c7d](4f96c7d)), closes [#114](#114) * Add environment variable check script ([#126](#126)) ([2596b6f](2596b6f)), closes [#125](#125) * Create reusable setup-dependencies action ([#123](#123)) ([3ff9743](3ff9743)), closes [#124](#124) * Group GitHub Actions dependencies in Dependabot config ([#112](#112)) ([2cd5914](2cd5914)), closes [#117](#117) * Refactor statistics file handling and improve logging ([#121](#121)) ([c4a3d9e](c4a3d9e)), closes [#122](#122) * Reorganize and expand Justfile commands ([#127](#127)) ([ad0aa60](ad0aa60)), closes [#128](#128) * Standardise environment variable names ([#129](#129)) ([203c593](203c593)), closes [#130](#130) * Update GitHub Actions dependencies ([#113](#113)) ([7a51401](7a51401)), closes [#118](#118) * Update workflows and remove action preview ([#109](#109)) ([db4bf42](db4bf42)), closes [#115](#115) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
This change updates two GitHub Actions in the workflow files:
In
.github/workflows/code-quality.yml
, the Markdown link checker action is updated from version 1.2.1 to 1.2.2:In
.github/workflows/code-test.yml
, the SonarCloud Scan action is updated from version 3.0.0 to 3.1.0:These updates ensure that the project is using the latest versions of these actions, which may include bug fixes, performance improvements, or new features.
fixes #118