10000 Bump `setup-swift` and re-configure dependabot (#1560) · github/codeql-action@6f079be · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f079be

Browse files
authored
Bump setup-swift and re-configure dependabot (#1560)
* Update `setup-swift` to v1.22.0 * Configure dependabot to scan `setup-swift` dir * Add reminder to manually update the SHA in CLI test * Add comment on new Dependabot directory
1 parent a589d40 commit 6f079be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Origi A8C9 nal file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ updates:
1515
directory: "/"
1616
schedule:
1717
interval: weekly
18+
- package-ecosystem: github-actions
19+
directory: "/.github/setup-swift/" # All subdirectories outside of "/.github/workflows" must be explicitly included.
20+
schedule:
21+
interval: weekly

.github/setup-swift/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
VERSION="5.7.0"
2727
fi
2828
echo "version=$VERSION" | tee -a $GITHUB_OUTPUT
29-
- uses: swift-actions/setup-swift@194625b58a582570f61cc707c3b558086c26b723
29+
- uses: swift-actions/setup-swift@da0e3e04b5e3e15dbc3861bd835ad9f0afe56296 # Please update the corresponding SHA in the CLI's CodeQL Action Integration Test.
3030
if: "(runner.os != 'Windows') && (matrix.version == 'cached' || matrix.version == 'latest' || matrix.version == 'nightly-latest')"
3131
with:
3232
swift-version: "${{steps.get_swift_version.outputs.version}}"

0 commit comments

Comments
 (0)
0