~pcsx2-team/pcsx2-github-mirror/+git/lz4:dependabot/github_actions/ossf/scorecard-action-2.3.3

Last commit made on 2024-05-13
Get this branch:
git clone -b dependabot/github_actions/ossf/scorecard-action-2.3.3 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/lz4

Branch merges

Branch information

Name:
dependabot/github_actions/ossf/scorecard-action-2.3.3
Repository:
lp:~pcsx2-team/pcsx2-github-mirror/+git/lz4

Recent commits

a5a46f1... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

Bump ossf/scorecard-action from 2.3.1 to 2.3.3

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](https://github.com/ossf/scorecard-action/compare/0864cf19026789058feabb7e87baa5f140aac736...dc50aa9510b46c811795eb24b2f1ba02a914e534)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

f8df9dd... by Yann Collet <email address hidden>

Merge pull request #1395 from ur4t/fix-cli-symlinks

CMake: Separate symlinks creation and installation

c537f78... by Yann Collet <email address hidden>

Merge pull request #1401 from Nicoshev/updateFunctionComment

Update function comment

c1501a2... by Yann Collet <email address hidden>

Merge pull request #1405 from AtariDreams/loop

Define mlen = MINMATCH at the start of the loop

9c038e9... by Yann Collet <email address hidden>

Merge pull request #1403 from AtariDreams/one

len should be unsigned

db10b08... by Rose <email address hidden>

len should be unsigned

len will never underflow, as it is already bounds-checked, and casting is potentially another instruction.

29cd102... by Yann Collet <email address hidden>

Merge pull request #1404 from AtariDreams/or

Prefer OR over ADD for splicing numbers from byte-addressed memory

642f6b8... by Rose <email address hidden>

Prefer OR over ADD for splicing numbers from byte-addressed memory

7f042fc... by Rose <email address hidden>

Define mlen = MINMATCH at the start of the loop

9838a0d... by Nicolas <email address hidden>

Update function comment