René's URL Explorer Experiment


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

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

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

Description: Bumps the github-actions-version-updates group with 5 updates in the /.github/workflows directory: Package From To actions/setup-java 4.7.1 5.0.0 actions/setup-go 5.5.0 6.0.0 actions/setup-python 5.6.0 6.0.0 github/codeql-action 3.29.2 3.30.1 mikefarah/yq 4.47.1 4.47.2 Updates actions/setup-java from 4.7.1 to 5.0.0 Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-java#888 Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes Dependency Upgrades Upgrade Publish Immutable Action by @​HarithaVattikuti in actions/setup-java#798 Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by @​dependabot[bot] in actions/setup-java#730 Upgrade undici from 5.28.5 to 5.29.0 by @​dependabot[bot] in actions/setup-java#833 Upgrade form-data to bring in fix for critical vulnerability by @​gowridurgad in actions/setup-java#887 Upgrade actions/checkout from 4 to 5 by @​dependabot[bot] in actions/setup-java#896 Bug Fixes Prevent default installation of JetBrains pre-releases by @​priyagupta108 in actions/setup-java#859 Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by @​gowridurgad in actions/setup-java#848 New Contributors @​gowridurgad made their first contribution in actions/setup-java#848 @​salmanmkc made their first contribution in actions/setup-java#888 Full Changelog: actions/setup-java@v4...v5.0.0 Commits dded088 Bump actions/checkout from 4 to 5 (#896) 0913e9a Upgrade to node 24 (#888) e9343db Bumps form-data (#887) ae2b61d Bump undici from 5.28.5 to 5.29.0 (#833) c190c18 Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730) 67aec00 Fix: prevent default installation of JetBrains pre-releases (#859) ebb356c Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failu... f4f1212 Update publish-immutable-actions.yml (#798) 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 actions/setup-python from 5.6.0 to 6.0.0 Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-python#1164 Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes Enhancements: Add support for pip-version by @​priyagupta108 in actions/setup-python#1129 Enhance reading from .python-version by @​krystof-k in actions/setup-python#787 Add version parsing from Pipfile by @​aradkdj in actions/setup-python#1067 Bug fixes: Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by @​aparnajyothi-y in actions/setup-python#1183 Change missing cache directory error to warning by @​aparnajyothi-y in actions/setup-python#1182 Add Architecture-Specific PATH Management for Python with --user Flag on Windows by @​aparnajyothi-y in actions/setup-python#1122 Include python version in PyPy python-version output by @​cdce8p in actions/setup-python#1110 Update docs: clarification on pip authentication with setup-python by @​priya-kinthali in actions/setup-python#1156 Dependency updates: Upgrade idna from 2.9 to 3.7 in /tests/data by @​dependabot[bot] in actions/setup-python#843 Upgrade form-data to fix critical vulnerabilities #182 & #183 by @​aparnajyothi-y in actions/setup-python#1163 Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by @​aparnajyothi-y in actions/setup-python#1165 Upgrade actions/checkout from 4 to 5 by @​dependabot[bot] in actions/setup-python#1181 Upgrade @​actions/tool-cache from 2.0.1 to 2.0.2 by @​dependabot[bot] in actions/setup-python#1095 New Contributors @​krystof-k made their first contribution in actions/setup-python#787 @​cdce8p made their first contribution in actions/setup-python#1110 @​aradkdj made their first contribution in actions/setup-python#1067 Full Changelog: actions/setup-python@v5...v6.0.0 Commits e797f83 Upgrade to node 24 (#1164) 3d1e2d2 Revert "Enhance cache-dependency-path handling to support files outside the w... 65b0712 Clarify pythonLocation behavior for PyPy and GraalPy in environment variables... 5b668cf Bump actions/checkout from 4 to 5 (#1181) f62a0e2 Change missing cache directory error to warning (#1182) 9322b3c Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn... fbeb884 Bump form-data to fix critical vulnerabilities #182 & #183 (#1163) 03bb615 Bump idna from 2.9 to 3.7 in /tests/data (#843) 36da51d Add version parsing from Pipfile (#1067) 3c6f142 update documentation (#1156) Additional commits viewable in compare view Updates github/codeql-action from 3.29.2 to 3.30.1 Release notes Sourced from github/codeql-action's releases. v3.30.1 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. 3.30.1 - 05 Sep 2025 Update default CodeQL bundle version to 2.23.0. #3077 See the full CHANGELOG.md for more information. v3.30.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. 3.30.0 - 01 Sep 2025 Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054 See the full CHANGELOG.md for more information. v3.29.11 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. 3.29.11 - 21 Aug 2025 Update default CodeQL bundle version to 2.22.4. #3044 See the full CHANGELOG.md for more information. v3.29.10 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. 3.29.10 - 18 Aug 2025 No user facing changes. See the full CHANGELOG.md for more information. v3.29.9 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language packs. 3.29.9 - 12 Aug 2025 ... (truncated) 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.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 Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015 3.29.7 - 07 Aug 2025 This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5. 3.29.6 - 07 Aug 2025 The cleanup-level input to the analyze Action is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999 Update default CodeQL bundle version to 2.22.3. #3000 3.29.5 - 29 Jul 2025 Update default CodeQL bundle version to 2.22.2. #2986 3.29.4 - 23 Jul 2025 No user facing changes. 3.29.3 - 21 Jul 2025 ... (truncated) Commits f1f6e5f Merge pull request #3081 from github/update-v3.30.1-2d2f57ed3 5dd2164 Update changelog for v3.30.1 2d2f57e Merge pull request #3079 from github/mbg/proxy/accept-git-source b364f99 Merge pull request #3077 from github/update-bundle/codeql-bundle-v2.23.0 5b8860a Merge branch 'main' into update-bundle/codeql-bundle-v2.23.0 8fe8b24 Add git_source as supported registry type for Go 6242bcb Allow multiple registry types in LANGUAGE_TO_REGISTRY_TYPE dfb741d Merge pull request #3075 from github/mbg/remove-augmentation-properties 920bba1 Add unit tests for createInitWithConfigStatusReport 37ddb03 Add createInitWithConfigStatusReport function Additional commits viewable in compare view Updates mikefarah/yq from 4.47.1 to 4.47.2 Changelog Sourced from mikefarah/yq's changelog. 4.47.2: Conversion from TOML to JSON no longer omits empty tables #2459 (thanks @​louislouislouislouis) Bumped dependencies 4.47.1: Fixed merge anchor behaviour (<<); #2404, #2110, #2386, #2178 Huge thanks to @​stevenwdv! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes Fixed panic for syntax error when creating a map #2423 Bumped dependencies 4.46.1: Added INI support Fixed 'add' operator when piped in with no data #2378, #2383, #2384 Fixed delete after slice problem (bad node path) #2387 Thanks @​antoinedeschenes Fixed yq small build Thanks @​imzue Switched to YAML org supported go-yaml! Bumped dependencies 4.45.4: Fixing wrong map() behaviour on empty map #2359 Bumped dependencies 4.45.3: Fixing regression introduced with in 4.45.2 with #2325 fix 😓 sorry folks! Bumped dependencies 4.45.2: Added windows arm builds (Thanks @​albertocavalcante, @​ShukantPal) Added s390x platform support (Thanks @​ashokpariya0) Additionally push docker images to ghcr.io (Thanks @​reegnz) Fixing add when there is no node match #2325 sort_by works on maps Bumped dependencies 4.45.1: Create parent directories when --split-exp is used, Thanks @​rudo-thomas Bumped dependencies 4.44.6: Fixed deleting items in array bug #2027, #2172; Thanks @​jandubois Docker image for armv7 / raspberry pi3, Thanks @​brianegge Fixed no-colors regression #2218 Fixed various panic scenarios #2211 Bumped dependencies 4.44.5: Fixing release pipeline 4.44.4: ... (truncated) Commits 6251e95 Bumping version b2155eb Preparing release 911e394 Bumping pflag 35d338c modify empty table decode 6d7aa38 Bump github.com/spf13/cobra from 1.9.1 to 1.10.1 e890011 Adding gah as a community supported install method c34edcf Bump actions/checkout from 4 to 5 a46a576 Bump golang from 1.24.5 to 1.25.0 af2f868 Bump golang.org/x/net from 0.42.0 to 0.43.0 76c8170 Use ghcr.io instead of ghrc.io See full diff 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 5 updates in the /.github/workflows directory: Package From To actions/setup-java 4.7.1 5.0.0 actions/setup-go 5.5.0 6.0.0 actions/set...

X Description: Bumps the github-actions-version-updates group with 5 updates in the /.github/workflows directory: Package From To actions/setup-java 4.7.1 5.0.0 actions/setup-go 5.5.0 6.0.0 actions/set...

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

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:3793d88d-077f-ef57-62ad-3e73ca7cde96
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDB68:8B50E:5C34A8E:7741023:69759AFA
html-safe-noncecf30a55601dbc9d7aacf2e5f82e584430a67835fb76db75b91ce1b549e271ccf
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQjY4OjhCNTBFOjVDMzRBOEU6Nzc0MTAyMzo2OTc1OUFGQSIsInZpc2l0b3JfaWQiOiIyNzI2NzQ5NjgxNDM2OTU3NDM0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac4619513030ceec61ce4185cee21050c933b5f1ba4244b93f51f23f950c324c33
hovercard-subject-tagpull_request:2808724438
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/3265/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 5 updates in the /.github/workflows directory: Package From To actions/setup-java 4.7.1 5.0.0 actions/setup-go 5.5.0 6.0.0 actions/set...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
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
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FsecureCodeBox%2FsecureCodeBox%2Fpull%2F3265%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%2F3265%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/3265/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files
Reloadhttps://github.com/secureCodeBox/secureCodeBox/pull/3265/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-2e6cea50c8https://github.com/secureCodeBox/secureCodeBox/tree/dependabot/github_actions/dot-github/workflows/github-actions-version-updates-2e6cea50c8
Conversation 2 https://github.com/secureCodeBox/secureCodeBox/pull/3265
Commits 1 https://github.com/secureCodeBox/secureCodeBox/pull/3265/commits
Checks 52 https://github.com/secureCodeBox/secureCodeBox/pull/3265/checks
Files changed https://github.com/secureCodeBox/secureCodeBox/pull/3265/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files
Bump the github-actions-version-updates group across 1 directory with 5 updates https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#top
Show all changes 1 commit https://github.com/secureCodeBox/secureCodeBox/pull/3265/files
6a6ccf9 Bump the github-actions-version-updates group across 1 directory with… dependabot[bot] Sep 8, 2025 https://github.com/secureCodeBox/secureCodeBox/pull/3265/commits/6a6ccf9cc4ed8e25559a47ce8d6bfb46c01b0438
Clear filters https://github.com/secureCodeBox/secureCodeBox/pull/3265/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files
ci.yaml https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
oss-scorecard.yaml https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-f86ca1716647d04eb97db5a7435d829b71822b3418bf56ced06c4fa90450c65c
release-build.yaml https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
scb-bot.yaml https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-4d5b7ffdc1c9b33733a1458a36a674aeb03d0c39771c39d373a93564893b9551
.github/workflows/ci.yamlhttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
View file https://github.com/secureCodeBox/secureCodeBox/blob/6a6ccf9cc4ed8e25559a47ce8d6bfb46c01b0438/.github/workflows/ci.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3265/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-944291df2c9c06359d37cc8833d182d705c9e8c3108e7cfe132d61a06e9133dd
.github/workflows/oss-scorecard.yamlhttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-f86ca1716647d04eb97db5a7435d829b71822b3418bf56ced06c4fa90450c65c
View file https://github.com/secureCodeBox/secureCodeBox/blob/6a6ccf9cc4ed8e25559a47ce8d6bfb46c01b0438/.github/workflows/oss-scorecard.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3265/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-f86ca1716647d04eb97db5a7435d829b71822b3418bf56ced06c4fa90450c65c
.github/workflows/release-build.yamlhttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
View file https://github.com/secureCodeBox/secureCodeBox/blob/6a6ccf9cc4ed8e25559a47ce8d6bfb46c01b0438/.github/workflows/release-build.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3265/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-098986bc846c4d85d84975b8bdcc3e5f75920ee0577f91683714cf8277b45123
.github/workflows/scb-bot.yamlhttps://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-4d5b7ffdc1c9b33733a1458a36a674aeb03d0c39771c39d373a93564893b9551
View file https://github.com/secureCodeBox/secureCodeBox/blob/6a6ccf9cc4ed8e25559a47ce8d6bfb46c01b0438/.github/workflows/scb-bot.yaml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/secureCodeBox/secureCodeBox/pull/3265/{{ revealButtonHref }}
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-4d5b7ffdc1c9b33733a1458a36a674aeb03d0c39771c39d373a93564893b9551
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-4d5b7ffdc1c9b33733a1458a36a674aeb03d0c39771c39d373a93564893b9551
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-4d5b7ffdc1c9b33733a1458a36a674aeb03d0c39771c39d373a93564893b9551
https://github.com/secureCodeBox/secureCodeBox/pull/3265/files#diff-4d5b7ffdc1c9b33733a1458a36a674aeb03d0c39771c39d373a93564893b9551
Please reload this pagehttps://github.com/secureCodeBox/secureCodeBox/pull/3265/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.