File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: "CodeQL Advanced"
22
33on :
44 push :
5- branches : [ "master " ]
5+ branches : [ "main " ]
66 pull_request :
7- branches : [ "master " ]
7+ branches : [ "main " ]
88 schedule :
99 - cron : ' 21 1 * * 1'
1010
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Gradle Dependency Submission
22on :
33 push :
44 branches :
5- - master
5+ - main
66jobs :
77 dependency-submission :
88 name : Gradle dependency submission
Original file line number Diff line number Diff line change @@ -6,20 +6,20 @@ name: CI
66# - not triggered by dependabot
77# - pushes to the master branch or pull_requests to the master branch not from forks
88
9- # The package can be accessed via `ghcr.io/eclipse/openvsx-server-snapshot:<sha or branch>`
9+ # The package can be accessed via `ghcr.io/eclipse-openvsx /openvsx-server-snapshot:<sha or branch>`
1010
1111# Tagging rules:
12- # - <sha> for pushes to master where <sha> corresponds to the commit hash
12+ # - <sha> for pushes to main where <sha> corresponds to the commit hash
1313# - <branch_name> for pushes to pull request branches, will be overwritten with any subsequent push
1414
1515on :
1616 push :
1717 branches :
18- - master
18+ - main
1919 pull_request :
2020 types : [opened, synchronize, reopened]
2121 branches :
22- - master
22+ - main
2323
2424env :
2525 REGISTRY : ghcr.io
Original file line number Diff line number Diff line change 44 schedule :
55 - cron : " 0 18 * * *" # run every day at 6pm
66 # push:
7- # branches: [main, master ]
7+ # branches: [main]
88 # pull_request:
9- # branches: [main, master ]
9+ # branches: [main]
1010jobs :
1111 test :
1212 permissions :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Scorecard analysis workflow
22on :
33 push :
44 branches :
5- - master
5+ - main
66 schedule :
77 # Weekly on Saturdays.
88 - cron : ' 30 1 * * 6'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Sonar
22on :
33 push :
44 branches :
5- - master
5+ - main
66jobs :
77 sonar :
88 name : Sonar
Original file line number Diff line number Diff line change 1010 <a href =" https://gitpod.io/#https://github.com/eclipse-openvsx/openvsx " ><img alt =" Gitpod Ready-to-Code " src =" https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod " /></a >
1111 <a href =" https://workspaces.openshift.com#https://github.com/eclipse-openvsx/openvsx " ><img alt =" Contribute " src =" https://www.eclipse.org/che/contribute.svg " /></a >
1212 <a href =" https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A " ><img alt =" Slack workspace " src =" https://img.shields.io/badge/Slack-Join%20workspace-4A154B?logo=slack&logoColor=white " /></a >
13- <a href =" https://github.com/eclipse-openvsx/openvsx/blob/master /LICENSE " ><img alt =" EPLv2 License " src =" https://img.shields.io/github/license/eclipse-openvsx/openvsx " /></a >
13+ <a href =" https://github.com/eclipse-openvsx/openvsx/blob/main /LICENSE " ><img alt =" EPLv2 License " src =" https://img.shields.io/github/license/eclipse-openvsx/openvsx " /></a >
1414 <a href =" https://github.com/eclipse-openvsx/openvsx/releases " ><img alt =" Release " src =" https://img.shields.io/github/v/tag/eclipse-openvsx/openvsx?sort=semver " /></a >
1515 <a href =" https://www.npmjs.com/package/ovsx " ><img alt =" cli " src =" https://img.shields.io/npm/v/ovsx?label=cli " /></a >
16- <a href =" https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml?query=branch%3Amaster " ><img alt =" Build Status " src =" https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml/badge.svg?branch:master " /></a >
16+ <a href =" https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml?query=branch%3Amain " ><img alt =" Build Status " src =" https://github.com/eclipse-openvsx/openvsx/actions/workflows/main.yml/badge.svg?branch:main " /></a >
1717 <a href =" https://scorecard.dev/viewer/?uri=github.com/eclipse-openvsx/openvsx " ><img alt =" OpenSSF Scorecard " src =" https://api.securityscorecards.dev/projects/github.com/eclipse-openvsx/openvsx/badge " /></a >
1818</p >
1919
You can’t perform that action at this time.
0 commit comments