René's URL Explorer Experiment


Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3302 · secureCodeBox/secureCodeBox · GitHub

Open Graph Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3302 · secureCodeBox/secureCodeBox

X Title: Bump the github-actions-version-updates group across 1 directory with 4 updates by dependabot[bot] · Pull Request #3302 · secureCodeBox/secureCodeBox

Description: Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/cache, actions/setup-go, github/codeql-action and docker/login-action. Updates actions/cache from 4.2.4 to 4.3.0 Release notes Sourced from actions/cache's releases. v4.3.0 What's Changed Add note on runner versions by @​GhadimiR in actions/cache#1642 Prepare v4.3.0 release by @​Link- in actions/cache#1655 New Contributors @​GhadimiR made their first contribution in actions/cache#1642 Full Changelog: actions/cache@v4...v4.3.0 Changelog Sourced from actions/cache's changelog. Releases 4.3.0 Bump @actions/cache to v4.1.0 4.2.4 Bump @actions/cache to v4.0.5 4.2.3 Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries) 4.2.2 Bump @actions/cache to v4.0.2 4.2.1 Bump @actions/cache to v4.0.1 4.2.0 TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs. The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible. We are deprecating some versions of this action. We recommend upgrading to version v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below). If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0 If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail. Upgrading to the recommended versions will not break your workflows. 4.1.2 Add GitHub Enterprise Cloud instances hostname filters to inform API endpoint choices - #1474 Security fix: Bump braces from 3.0.2 to 3.0.3 - #1475 4.1.1 Restore original behavior of cache-hit output - #1467 4.1.0 Ensure cache-hit output is set when a cache is missed - #1404 Deprecate save-always input - #1452 ... (truncated) Commits 0057852 Merge pull request #1655 from actions/Link-/prepare-4.3.0 4f5ea67 Update licensed cache 9fcad95 Upgrade actions/cache to 4.1.0 and prepare 4.3.0 release 638ed79 Merge pull request #1642 from actions/GhadimiR-patch-1 3862dcc Add note on runner versions See full diff in compare view Updates actions/setup-go from 5.5.0 to 6.0.0 Release notes Sourced from actions/setup-go's releases. v6.0.0 What's Changed Breaking Changes Improve toolchain handling to ensure more reliable and consistent toolchain selection and management by @​matthewhughes934 in actions/setup-go#460 Upgrade Nodejs runtime from node20 to node 24 by @​salmanmkc in actions/setup-go#624 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes Dependency Upgrades Upgrade @​types/jest from 29.5.12 to 29.5.14 by @​dependabot[bot] in actions/setup-go#589 Upgrade @​actions/tool-cache from 2.0.1 to 2.0.2 by @​dependabot[bot] in actions/setup-go#591 Upgrade @​typescript-eslint/parser from 8.31.1 to 8.35.1 by @​dependabot[bot] in actions/setup-go#590 Upgrade undici from 5.28.5 to 5.29.0 by @​dependabot[bot] in actions/setup-go#594 Upgrade typescript from 5.4.2 to 5.8.3 by @​dependabot[bot] in actions/setup-go#538 Upgrade eslint-plugin-jest from 28.11.0 to 29.0.1 by @​dependabot[bot] in actions/setup-go#603 Upgrade form-data to bring in fix for critical vulnerability by @​matthewhughes934 in actions/setup-go#618 Upgrade actions/checkout from 4 to 5 by @​dependabot[bot] in actions/setup-go#631 New Contributors @​matthewhughes934 made their first contribution in actions/setup-go#618 @​salmanmkc made their first contribution in actions/setup-go#624 Full Changelog: actions/setup-go@v5...v6.0.0 Commits 4469467 Bump actions/checkout from 4 to 5 (#631) e093d1e Node 24 upgrade (#624) 1d76b95 Improve toolchain handling (#460) e75c3e8 Bump form-data to bring in fix for critical vulnerability (#618) 8e57b58 Bump eslint-plugin-jest from 28.11.0 to 29.0.1 (#603) 7c0b336 Bump typescript from 5.4.2 to 5.8.3 (#538) 6f26dcc Bump undici from 5.28.5 to 5.29.0 (#594) 8d4083a Bump @​typescript-eslint/parser from 5.62.0 to 8.32.0 (#590) fa96338 Bump @​actions/tool-cache from 2.0.1 to 2.0.2 (#591) 4de67c0 Bump @​types/jest from 29.5.12 to 29.5.14 (#589) See full diff in compare view Updates github/codeql-action from 3.30.3 to 3.30.5 Release notes Sourced from github/codeql-action's releases. v3.30.5 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. 3.30.5 - 26 Sep 2025 We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160 See the full CHANGELOG.md for more information. v3.30.4 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. 3.30.4 - 25 Sep 2025 We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100 We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107 You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130 Update default CodeQL bundle version to 2.23.1. #3118 See the full CHANGELOG.md for more information. Changelog 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. [UNRELEASED] No user facing changes. 3.30.5 - 26 Sep 2025 We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160 3.30.4 - 25 Sep 2025 We have improved the CodeQL Action's ability to validate that the workflow it is used in does not use different versions of the CodeQL Action for different workflow steps. Mixing different versions of the CodeQL Action in the same workflow is unsupported and can lead to unpredictable results. A warning will now be emitted from the codeql-action/init step if different versions of the CodeQL Action are detected in the workflow file. Additionally, an error will now be thrown by the other CodeQL Action steps if they load a configuration file that was generated by a different version of the codeql-action/init step. #3099 and #3100 We added support for reducing the size of dependency caches for Java analyses, which will reduce cache usage and speed up workflows. This will be enabled automatically at a later time. #3107 You can now run the latest CodeQL nightly bundle by passing tools: nightly to the init action. In general, the nightly bundle is unstable and we only recommend running it when directed by GitHub staff. #3130 Update default CodeQL bundle version to 2.23.1. #3118 3.30.3 - 10 Sep 2025 No user facing changes. 3.30.2 - 09 Sep 2025 Fixed a bug which could cause language autodetection to fail. #3084 Experimental: The quality-queries input that was added in 3.29.2 as part of an internal experiment is now deprecated and will be removed in an upcoming version of the CodeQL Action. It has been superseded by a new analysis-kinds input, which is part of the same internal experiment. Do not use this in production as it is subject to change at any time. #3064 3.30.1 - 05 Sep 2025 Update default CodeQL bundle version to 2.23.0. #3077 3.30.0 - 01 Sep 2025 Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054 3.29.11 - 21 Aug 2025 Update default CodeQL bundle version to 2.22.4. #3044 3.29.10 - 18 Aug 2025 No user facing changes. 3.29.9 - 12 Aug 2025 No user facing changes. 3.29.8 - 08 Aug 2025 ... (truncated) Commits 3599b3b Merge pull request #3161 from github/update-v3.30.5-0a67bd46a 2ca0085 Update changelog for v3.30.5 0a67bd4 Merge pull request #3160 from github/mbg/fix/upload-sarif 8e34f2f Add changelog 0b7fc56 Fix upload-sarif not uploading non-.sarif files 94a9b7a Merge pull request #3155 from github/mbg/node/no-install-in-actions a0ae9ba Log what the script is doing b27a8ef Exit if running in an Actions workflow 6592567 Merge pull request #3139 from github/henrymercer/fix-log-message fa64a7d Merge pull request #3154 from github/mbg/node/check-up-to-date-deps Additional commits viewable in compare view Updates docker/login-action from 3.5.0 to 3.6.0 Release notes Sourced from docker/login-action's releases. v3.6.0 Add registry-auth input for raw authentication to registries by @​crazy-max in docker/login-action#887 Bump @​aws-sdk/client-ecr to 3.890.0 in docker/login-action#882 docker/login-action#890 Bump @​aws-sdk/client-ecr-public to 3.890.0 in docker/login-action#882 docker/login-action#890 Bump @​docker/actions-toolkit from 0.62.1 to 0.63.0 in docker/login-action#883 Bump brace-expansion from 1.1.11 to 1.1.12 in docker/login-action#880 Bump undici from 5.28.4 to 5.29.0 in docker/login-action#879 Bump tmp from 0.2.3 to 0.2.4 in docker/login-action#881 Full Changelog: docker/login-action@v3.5.0...v3.6.0 Commits 5e57cd1 Merge pull request #890 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc... 97e3143 chore: update generated content 3a0796b build(deps): bump the aws-sdk-dependencies group with 2 updates 5b7b28b Merge pull request #882 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc... abc9fb3 chore: update generated content d468688 build(deps): bump the aws-sdk-dependencies group with 2 updates a99b2f8 Merge pull request #883 from docker/dependabot/npm_and_yarn/docker/actions-to... 0d7fae8 chore: update generated content 9832253 build(deps): bump @​docker/actions-toolkit from 0.62.1 to 0.63.0 09e05bb Merge pull request #881 from docker/dependabot/npm_and_yarn/tmp-0.2.4 Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) @dependabot ignore minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) @dependabot ignore will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) @dependabot unignore will remove all of the ignore conditions of the specified dependency @dependabot unignore will remove the ignore condition of the specified dependency and ignore conditions

Open Graph Description: Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/cache, actions/setup-go, github/codeql-action and docker/login-action. Updates actions/cac...

X Description: Bumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/cache, actions/setup-go, github/codeql-action and docker/login-action. Updates actions/cac...

Opengraph URL: https://github.com/secureCodeBox/secureCodeBox/pull/3302

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:baa3395b-f4b7-e6af-619a-dc94346bb155
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB2D4:1A6433:AD785A7:E2306D1:69761069
html-safe-nonce179179e774fee5f82c28fd78e2dd8f8b9caa753cbed64b339c1b8f200e30a26f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMkQ0OjFBNjQzMzpBRDc4NUE3OkUyMzA2RDE6Njk3NjEwNjkiLCJ2aXNpdG9yX2lkIjoiNTU3NDUzNjg5NTMzMDEyNzk3NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac435ff91200f369312ae5ecaa04f66c02e30114f45f7f1b6c736de0f332abf8e0
hovercard-subject-tagpull_request:2870580969
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/secureCodeBox/secureCodeBox/pull/3302/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the github-actions-version-updates group with 4 updates in the /.github/workflows directory: actions/cache, actions/setup-go, github/codeql-action and docker/login-action. Updates actions/cac...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec6814b4cc7afd45cd6e64525d0cff0e76dd802f315a5b0e55a7abda1d1d070d0
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/secureCodeBox/secureCodeBox git https://github.com/secureCodeBox/secureCodeBox.git
octolytics-dimension-user_id34573705
octolytics-dimension-user_loginsecureCodeBox
octolytics-dimension-repository_id80711933
octolytics-dimension-repository_nwosecureCodeBox/secureCodeBox
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id80711933
octolytics-dimension-repository_network_root_nwosecureCodeBox/secureCodeBox
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4ea235bfed58ef16c8a5642b3ac64b74f10c9f52
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F3302%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F3302%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=secureCodeBox%2FsecureCodeBox
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files
secureCodeBox https://github.com/secureCodeBox
secureCodeBoxhttps://github.com/secureCodeBox/secureCodeBox
Notifications https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Fork 175 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Star 941 https://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox
Code https://github.com/secureCodeBox/secureCodeBox
Issues 72 https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests 3 https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects 1 https://github.com/secureCodeBox/secureCodeBox/projects
Security 1 https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Code https://github.com/secureCodeBox/secureCodeBox
Issues https://github.com/secureCodeBox/secureCodeBox/issues
Pull requests https://github.com/secureCodeBox/secureCodeBox/pulls
Discussions https://github.com/secureCodeBox/secureCodeBox/discussions
Actions https://github.com/secureCodeBox/secureCodeBox/actions
Projects https://github.com/secureCodeBox/secureCodeBox/projects
Security https://github.com/secureCodeBox/secureCodeBox/security
Insights https://github.com/secureCodeBox/secureCodeBox/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FsecureCodeBox%2FsecureCodeBox%2Fissues%2Fnew%2Fchoose
J12934https://github.com/J12934
mainhttps://github.com/secureCodeBox/secureCodeBox/tree/main
dependabot/github_actions/dot-github/workflows/github-actions-version-updates-889981c521https://github.com/secureCodeBox/secureCodeBox/tree/dependabot/github_actions/dot-github/workflows/github-actions-version-updates-889981c521
Conversation 2 https://github.com/secureCodeBox/secureCodeBox/pull/3302
Commits 1 https://github.com/secureCodeBox/secureCodeBox/pull/3302/commits
Checks 50 https://github.com/secureCodeBox/secureCodeBox/pull/3302/checks
Files changed https://github.com/secureCodeBox/secureCodeBox/pull/3302/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files
Bump the github-actions-version-updates group across 1 directory with 4 updates https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#top
Show all changes 1 commit https://github.com/secureCodeBox/secureCodeBox/pull/3302/files
bb60833 Bump the github-actions-version-updates group across 1 directory with… dependabot[bot] Sep 29, 2025 https://github.com/secureCodeBox/secureCodeBox/pull/3302/commits/bb608330c8b0fdb3776dab7644d67d7619af21de
Clear filters https://github.com/secureCodeBox/secureCodeBox/pull/3302/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files
ci.yaml https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
oss-scorecard.yaml https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-f86ca1716647d04eb97db5a7435d829b71822b3418bf56ced06c4fa90450c65c
release-build.yaml https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
.github/workflows/ci.yamlhttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
View file https://github.com/secureCodeBox/secureCodeBox/blob/bb608330c8b0fdb3776dab7644d67d7619af21de/.github/workflows/ci.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3302/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
.github/workflows/oss-scorecard.yamlhttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-f86ca1716647d04eb97db5a7435d829b71822b3418bf56ced06c4fa90450c65c
View file https://github.com/secureCodeBox/secureCodeBox/blob/bb608330c8b0fdb3776dab7644d67d7619af21de/.github/workflows/oss-scorecard.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3302/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-f86ca1716647d04eb97db5a7435d829b71822b3418bf56ced06c4fa90450c65c
.github/workflows/release-build.yamlhttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
View file https://github.com/secureCodeBox/secureCodeBox/blob/bb608330c8b0fdb3776dab7644d67d7619af21de/.github/workflows/release-build.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3302/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3302/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3302/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.