Sourced from step-security/harden-runner's releases.
v2.10.2
What's Changed
Fixes low-severity command injection weaknesses The advisory is here: https://github.com/step-security/harden-runner/security/advisories/GHSA-g85v-wf27-67xc
Bug fix to improve detection of whether Harden-Runner is running in a container
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.10.2
0080882
Merge pull request #476
from step-security/rc-164a3a88b
Update dist556aae6
Merge pull request #480
from h0x0er/jatin/cleanup6c39b84
chore: clean the code40401cf
Update for isdocker806ab1c
Update check for isdocker2846811
update distdf8a07c
Merge pull request #475
from h0x0er/fix-execSync30636fb
bug fixesSourced from github/codeql-action's releases.
v3.27.5
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release and is functionally identical to2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.5 - 19 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release and is functionally identical to2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
No user facing changes.
3.27.5 - 19 Nov 2024
No user facing changes.
3.27.4 - 14 Nov 2024
No user facing changes.
3.27.3 - 12 Nov 2024
No user facing changes.
3.27.2 - 12 Nov 2024
- Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #2590
3.27.1 - 08 Nov 2024
- The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #2573
- Update default CodeQL bundle version to 2.19.3. #2576
3.27.0 - 22 Oct 2024
- Bump the minimum CodeQL bundle version to 2.14.6. #2549
- Fix an issue where the
upload-sarifAction would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarifAction. #2557- Update default CodeQL bundle version to 2.19.2. #2552
3.26.13 - 14 Oct 2024
No user facing changes.
3.26.12 - 07 Oct 2024
Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. #2520
If you are using one of these versions, please update to CodeQL CLI version 2.14.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
Alternatively, if you want to continue using a version of the CodeQL CLI between 2.13.5 and 2.14.5, you can replace
github/codeql-action/*@v3bygithub/codeql-action/*@v3.26.11andgithub/codeql-action/*@v2bygithub/codeql-action/*@v2.26.11in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.26.11 - 03 Oct 2024
... (truncated)
f09c1c0
Merge pull request #2616
from github/update-v3.27.5-a6c8729a567b73ea
Update changelog for v3.27.5a6c8729
Merge pull request #2614
from github/marcogario/per-platform-proxy8f3b487
Start-proxy: Fetch OS specific binarycba5fb5
Merge pull request #2613
from github/dependabot/npm_and_yarn/npm_and_yarn-018...e782c3a
Merge pull request #2612
from github/angelapwen/report-linux-runner-releasedb67881
Update checked-in dependenciesecde4d2
Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn groupe3c67a0
Merge pull request #2610
from github/dependabot/npm_and_yarn/npm-d2ca52e617f9ada54
Telemetry: report OS release for GitHub-hosted Linux runnersSourced from aquasecurity/trivy-action's releases.
v0.29.0
What's Changed
- feat: Allow skipping setup by
@rvessein aquasecurity/trivy-action#414- Fix oras command not found in "Update Trivy Cache" action by
@Tiryohin aquasecurity/trivy-action#413- Update README.md by
@simar7in aquasecurity/trivy-action#420- feat: add token for
setup-trivyby@DmitriyLewenin aquasecurity/trivy-action#421- fix: bump
setup-trivyand add newcontribdirectory path info by@DmitriyLewenin aquasecurity/trivy-action#424- docs: remove ignore-unfixed from IaC scan example by
@nikpivkinin aquasecurity/trivy-action#429- chore(deps): Bump trivy to v0.57.1 by
@simar7in aquasecurity/trivy-action#434New Contributors
@rvessemade their first contribution in aquasecurity/trivy-action#414@Tiryohmade their first contribution in aquasecurity/trivy-action#413Full Changelog: https://github.com/aquasecurity/trivy-action/compare/0.28.0...0.29.0
18f2510
chore(deps): Bump trivy to v0.57.1 (#434)93941ce
docs: remove ignore-unfixed from IaC scan example (#429)d2a392a
fix: bump setup-trivy and add new contrib
directory path info (#424)ee89346
feat: add token for setup-trivy (#421)cf990b1
Update README.md (#420)bff40be
docs: Fix oras command not found (#413)fc1500a
feat: Allow skipping setup (#414)