-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the dependencies group with 1 update (#419)
* Bump the dependencies group with 1 update Bumps the dependencies group with 1 update: [github.com/jpsim/yams](https://github.com/jpsim/Yams). - [Release notes](https://github.com/jpsim/Yams/releases) - [Commits](jpsim/Yams@4.0.6...5.0.6) --- updated-dependencies: - dependency-name: github.com/jpsim/yams dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Add CodeQL run to CI --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gwynne Raskind <[email protected]>
- Loading branch information
1 parent
2e4dfca
commit 60110a6
Showing
4 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,3 +71,33 @@ jobs: | |
${FLUENTFLAGS} ${LEAFFLAGS} | ||
- name: Test new project | ||
run: swift test --package-path /tmp/toolbox-test | ||
|
||
gh-codeql: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
runner-os: ['ubuntu-latest', 'macos-13'] | ||
runs-on: ${{ matrix.runner-os }} | ||
permissions: { actions: write, contents: read, security-events: write } | ||
timeout-minutes: 60 | ||
steps: | ||
- name: Check out code | ||
uses: actions/checkout@v4 | ||
- name: Select Swift 5.8 on Linux | ||
if: ${{ startsWith(matrix.runner-os, 'ubuntu') }} | ||
uses: vapor/[email protected] | ||
with: | ||
toolchain: 5.8 | ||
- name: Select Swift 5.8 on macOS | ||
if: ${{ startsWith(matrix.runner-os, 'macos') }} | ||
uses: maxim-lobanov/setup-xcode@v1 | ||
with: | ||
xcode-version: '~14.3' | ||
- name: Initialize CodeQL | ||
uses: github/codeql-action/init@v2 | ||
with: { languages: swift } | ||
- name: Perform build | ||
run: swift build | ||
- name: Run CodeQL analyze | ||
uses: github/codeql-action/analyze@v2 | ||
|
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 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 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