Skip to content

Commit 916c33a

Browse files
build(deps): bump compnerd/gha-setup-swift from 0.1.0 to 0.2.1 (#138)
* build(deps): bump compnerd/gha-setup-swift from 0.1.0 to 0.2.1 Bumps [compnerd/gha-setup-swift](https://github.com/compnerd/gha-setup-swift) from 0.1.0 to 0.2.1. - [Release notes](https://github.com/compnerd/gha-setup-swift/releases) - [Commits](compnerd/gha-setup-swift@v0.1.0...v0.2.1) --- updated-dependencies: - dependency-name: compnerd/gha-setup-swift dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update codacy.yml * revert --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corey <coreyearleon@icloud.com>
1 parent c0a3a45 commit 916c33a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: windows-latest
135135
steps:
136136
- uses: actions/checkout@v4
137-
- uses: compnerd/gha-setup-swift@v0.1.0
137+
- uses: compnerd/gha-setup-swift@v0.2.1
138138
with:
139139
branch: swift-5.9-release
140140
tag: 5.9-RELEASE

.github/workflows/codacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
steps:
4343
# Checkout the repository to the GitHub Actions runner
4444
- name: Checkout code
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@5cc54a75f9ad88159bb54046196d920e40e367a5
4646

4747
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4848
- name: Run Codacy Analysis CLI
49-
uses: codacy/codacy-analysis-cli-action@5cc54a75f9ad88159bb54046196d920e40e367a5
49+
uses: codacy/codacy-analysis-cli-action@v4
5050
with:
5151
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
5252
# You can also omit the token and run the tools that support default configurations

0 commit comments

Comments
 (0)