March 19, 2024
DuckDB setup
Version updated for opt-nc/setup-duckdb-action to version v1.0.8.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.0.8 (2024-03-19) :bug: Bug Fixes bump axios from 1.6.2 to 1.6.3 (0dfdefc) bump axios from 1.6.3 to 1.6.4 (21de924) bump axios from 1.6.4 to 1.6.8 (35395a8) bump eslint from 8.56.0 to 8.57.0 (28af9ce) Miscellaneous Chores deps: bump follow-redirects from 1.15.2 to 1.
March 19, 2024
SonarQube Quality Gate Report
Version updated for phwt/sonarqube-quality-gate-action to version v1.4.3.
This action is used across all versions by 22 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Resolve the following security findings:
follow-redirects’ Proxy-Authorization header kept across hosts
March 19, 2024
Track TODO Action
Version updated for ribtoks/tdg-github-action to version v0.4.9-beta.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Exclude source version control systems metadata directories (e.g. .git/, .svn/ etc.) by default
March 19, 2024
Slack Notify
Version updated for rtCamp/action-slack-notify to version v2.3.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add github action to build for ARM and x86 by @L0RD-ZER0 in https://github.com/rtCamp/action-slack-notify/pull/160 Update actions used for building and pushing to latest by @L0RD-ZER0 in https://github.com/rtCamp/action-slack-notify/pull/161 Resolve a series of existing issues by @L0RD-ZER0 in https://github.com/rtCamp/action-slack-notify/pull/162 Update README to include other SLACK_COLOR valid values by @mochetts in https://github.
March 19, 2024
Setup Ruby, JRuby and TruffleRuby
Version updated for ruby/setup-ruby to version v1.173.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 168,423 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add truffleruby-24.0.0,truffleruby+graalvm-24.0.0 by @ruby-builder-bot in https://github.com/ruby/setup-ruby/pull/578 Full Changelog: https://github.com/ruby/setup-ruby/compare/v1.172.0...v1.173.0
March 19, 2024
Nix flake lock update
Version updated for rvolosatovs/nix-flake-update-action to version v2.0.1.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Disable sparse-checkout, which started causing issues on clone
March 19, 2024
Has Permission
Version updated for scherermichael-oss/action-has-permission to version 1.0.5.
This action is used across all versions by 1,128 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.0.5 (2020-04-04) Chores Bump actions-toolkit from 3.0.1 to 4.0.0 (#18) (1ae1455)
March 19, 2024
Edit JSON
Version updated for sebasptsch/json-edit-action to version v1.3.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Patch Changes 140edef: add json support
March 19, 2024
Verify Hashes
Version updated for sgammon/verify-hashes to version v1.0.0-rc1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Verify Hashes Action A very simple action:
find . -name "<filename>.{md5,sha,sha1,sha256,sha512} -exec \ # (verify <filenames> within <hashfile>) Getting Started - name: 'Check: Hashes' uses: sgammon/verify-hashes@v1 This will check all files in your codebase that look like:
filename.ext
filename.ext.{md5,sha,sha1,sha256,sha512} For example, say you have a hash file: