just playing with tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

github: bump the github-dependencies group with 2 updates

Bumps the github-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [github/codeql-action](https://github.com/github/codeql-action).


Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/39cd14951b08e74b54015e9e001cdefcf80e669f...f677139bbe7f9c59b41e40162b753c062f5d49a3)

Updates `github/codeql-action` from 3.26.5 to 3.26.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/2c779ab0d087cd7fe7b826087247c2c81f27bfa6...4dd16135b69a43b6c8efb853346f8437d92d3c93)

---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-dependencies
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>

authored by

dependabot[bot] and committed by
github-actions[bot]
f9a8d783 db6a58d3

+6 -6
+2 -2
.github/workflows/build.yml
··· 119 119 runs-on: ubuntu-latest 120 120 steps: 121 121 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 122 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f 122 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 123 123 with: 124 124 python-version: 3.11 125 125 - name: Install poetry (latest release) ··· 136 136 runs-on: ubuntu-latest 137 137 steps: 138 138 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 139 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f 139 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 140 140 with: 141 141 python-version: 3.11 142 142 - name: Install poetry
+1 -1
.github/workflows/docs.yml
··· 18 18 steps: 19 19 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 20 20 - run: "git fetch origin gh-pages --depth=1" 21 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f 21 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 22 22 with: 23 23 python-version: 3.11 24 24 - name: Install poetry
+2 -2
.github/workflows/release.yml
··· 97 97 sudo apt-get update 98 98 sudo apt-get install -y --no-install-recommends xz-utils liblz4-tool musl-tools 99 99 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 100 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f 100 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 101 101 with: 102 102 python-version: 3.11 103 103 - name: Install poetry ··· 129 129 steps: 130 130 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 131 131 - run: "git fetch origin gh-pages --depth=1" 132 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f 132 + - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 133 133 with: 134 134 python-version: 3.11 135 135 - name: Install poetry
+1 -1
.github/workflows/scorecards.yml
··· 46 46 47 47 # Upload the results to GitHub's code scanning dashboard. 48 48 - name: "Upload to code-scanning" 49 - uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 49 + uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 50 50 with: 51 51 sarif_file: results.sarif