Skip to content

Commit

Permalink
build(deps): bump compnerd/gha-setup-swift from 0.1.0 to 0.2.1 (#138)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Update codacy.yml

* revert

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corey <[email protected]>
  • Loading branch information
dependabot[bot] and cbaker6 committed Jan 8, 2024
1 parent c0a3a45 commit 916c33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: compnerd/gha-setup-swift@v0.1.0
- uses: compnerd/gha-setup-swift@v0.2.1
with:
branch: swift-5.9-release
tag: 5.9-RELEASE
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@5cc54a75f9ad88159bb54046196d920e40e367a5

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

0 comments on commit 916c33a

Please sign in to comment.