[{"data":1,"prerenderedAt":1057},["ShallowReactive",2],{"/ja-jp/github-actions-to-gitlab-ci":3,"navigation-ja-jp":383,"banner-ja-jp":797,"footer-ja-jp":807,"next-steps-ja-jp":1048},{"id":4,"title":5,"body":6,"category":6,"config":6,"content":7,"description":6,"extension":374,"meta":375,"navigation":376,"path":377,"seo":378,"slug":6,"stem":381,"testContent":6,"type":6,"__hash__":382},"pages/ja-jp/github-actions-to-gitlab-ci.yml","Github Actions To Gitlab Ci",null,[8,35,262,283,332,361,372],{"componentName":9,"componentContent":10},"GitlabCiHero",{"eyebrow":11,"title":12,"description":13,"primaryButton":14,"secondaryButton":20,"stats":25},"✦無料AIスキル","GitHub Actionsワークフローを\u003Cspan class=\"highlight\">GitLab CI/CD\u003C/span>に変換。ドキュメント不要。","既存のエージェントやAIツール（Cursor、VS Code、Claude、またはMCP互換のクライアント）に無料のAIスキルを追加し、GitHub Actionsワークフローを数秒でGitLab CI/CDに変換します。移行の最難関ステップを、これで解決。\n",{"text":15,"config":16},"スキルを身につける",{"href":17,"dataGaName":18,"dataGaLocation":19},"#install","get the skill","hero",{"text":21,"config":22},"スキルを見る",{"href":23,"dataGaName":24,"dataGaLocation":19},"https://gitlab.com/gitlab-org/ci-cd/github-actions-to-gitlab-ci","view the skill",[26,29,32],{"number":27,"label":28},"数秒","インストールにかかる時間",{"number":30,"label":31},"0","変換に必要なGitLabアカウント",{"number":33,"label":34},"6+","対応AIツール",{"componentName":36,"componentContent":37},"GitlabCiCodeComparison",{"eyebrow":38,"title":39,"body":40,"leftFilename":41,"rightFilename":42,"footerLabel":43,"footerText":44,"leftLines":45,"rightLines":161},"GitLab CI/CD","設定はもう不要。パイプラインに集中を。","AIは、プラットフォームチームが追いつけないほどの速さでCIを通じたコードを提供しています。GitHub Actionsモデルは、デザイン上再利用可能であるため、日常的なワークフローであっても、チェックアウト、セットアップ、スキャン、デプロイなどの外部アクションを組み合わせる必要があります。それぞれが、固定すべきバージョンであり、追跡すべきアップストリームであり、不具合が発生したときにプラットフォームチームが対応すべき別の課題となります。\n\nGitLab CI/CDは基本機能をプラットフォームにネイティブに組み込みます。チームは、機能をつなぎ合わせるのではなく、ゴールデンパスの定義に時間を費やします。\n",".github/workflows/deploy.yml",".gitlab-ci.yml","注意が必要","自動変換できないものがありますか？スキルが明示的にフラグを立てます。パイプラインの破損もサイレントエラーもありません。",[46,51,58,60,66,71,82,84,89,94,101,106,112,117,122,130,136,141,146,151,155],{"tokens":47},[48],{"text":49,"type":50},"# GitHub Actions","comment",{"tokens":52},[53,56],{"text":54,"type":55},"name","key",{"text":57},":本番環境へのデプロイ",{"tokens":59},[],{"tokens":61},[62,64],{"text":63,"type":55},"on",{"text":65},":",{"tokens":67},[68,70],{"text":69,"type":55},"  push",{"text":65},{"tokens":72},[73,75,77,80],{"text":74,"type":55},"    branches",{"text":76},":\\[",{"text":78,"type":79},"main","string",{"text":81},"]",{"tokens":83},[],{"tokens":85},[86,88],{"text":87,"type":55},"jobs",{"text":65},{"tokens":90},[91,93],{"text":92,"type":55},"  deploy",{"text":65},{"tokens":95,"highlight":100},[96,98],{"text":97,"type":55},"    runs-on",{"text":99},": ubuntu-latest","red",{"tokens":102},[103,105],{"text":104,"type":55},"    steps",{"text":65},{"tokens":107,"highlight":100},[108,110],{"text":109,"type":55},"      - uses",{"text":111},": actions/checkout@v3",{"tokens":113,"highlight":100},[114,115],{"text":109,"type":55},{"text":116},": actions/setup-node@v3",{"tokens":118},[119,121],{"text":120,"type":55},"        with",{"text":65},{"tokens":123},[124,126,128],{"text":125,"type":55},"          node-version",{"text":127},": ",{"text":129,"type":79},"'18'",{"tokens":131},[132,134],{"text":133,"type":55},"      - run",{"text":135},": npm ci",{"tokens":137},[138,139],{"text":133,"type":55},{"text":140},": npm test",{"tokens":142},[143,144],{"text":133,"type":55},{"text":145},": npm run build",{"tokens":147,"highlight":100},[148,149],{"text":109,"type":55},{"text":150},": aws-actions/configure-aws-v2",{"tokens":152,"highlight":100},[153,154],{"text":120,"type":55},{"text":65},{"tokens":156,"highlight":100},[157,159],{"text":158,"type":55},"          aws-access-key-id",{"text":160},": ${{ secrets.AWS_KEY }}",[162,166,168,174,180,182,187,191,195,199,201,206,212,217,225,230,234,236,241,246,250,254,258],{"tokens":163},[164],{"text":165,"type":50},"# GitLab CI/CD - 移行スキルによる生成",{"tokens":167},[],{"tokens":169,"highlight":173},[170,172],{"text":171,"type":55},"default",{"text":65},"green",{"tokens":175,"highlight":173},[176,178],{"text":177,"type":55},"  image",{"text":179},": node:18",{"tokens":181},[],{"tokens":183,"highlight":173},[184,186],{"text":185,"type":55},"stages",{"text":65},{"tokens":188,"highlight":173},[189],{"text":190},"  - test",{"tokens":192,"highlight":173},[193],{"text":194},"  - build",{"tokens":196,"highlight":173},[197],{"text":198},"  - deploy",{"tokens":200},[],{"tokens":202,"highlight":173},[203,205],{"text":204,"type":55},"test",{"text":65},{"tokens":207,"highlight":173},[208,210],{"text":209,"type":55},"  stage",{"text":211},": test",{"tokens":213,"highlight":173},[214,216],{"text":215,"type":55},"  rules",{"text":65},{"tokens":218},[219,221,223],{"text":220,"type":55},"    - if",{"text":222},": $CI_COMMIT_BRANCH == ",{"text":224,"type":79},"\"main\"",{"tokens":226},[227,229],{"text":228,"type":55},"  script",{"text":65},{"tokens":231},[232],{"text":233},"    - npm ci && npm test",{"tokens":235},[],{"tokens":237,"highlight":173},[238,240],{"text":239,"type":55},"deploy",{"text":65},{"tokens":242,"highlight":173},[243,244],{"text":209,"type":55},{"text":245},": deploy",{"tokens":247,"highlight":173},[248,249],{"text":228,"type":55},{"text":65},{"tokens":251,"highlight":173},[252],{"text":253},"    - npm run build",{"tokens":255,"highlight":173},[256],{"text":257,"type":50},"    - # ⚠ AWS action needs manual config",{"tokens":259,"highlight":173},[260],{"text":261,"type":50},"    - # docs.gitlab.com/ci/cloud-deployment",{"componentName":263,"componentContent":264},"GitlabCiSteps",{"eyebrow":265,"title":266,"description":267,"config":268,"steps":270},"ご利用を開始","初めてのパイプライン変換を3ステップで","手順1と2ではGitLabアカウントは必要ありません。すでに使っているツールで、今すぐ変換を始めましょう。",{"id":269},"get-started",[271,275,279],{"title":272,"description":273,"badge":274},"スキルをインストールする","お気に入りのAIツール（Cursor、VS Code、Claude Code、OpenCode、Codex、またはスキルをサポートするあらゆるツール）上のエージェントにGitLab CI移行スキルを追加します。URL1つとワンクリックのみです。\n","約30秒",{"title":276,"description":277,"badge":278},"エージェントを有効にする","GitHub ActionsのワークフローをGitLabに変換するようエージェントに依頼します。スキルはそれを有効なGitLab CI YAMLに変換し、手動による判断が必要なものにはフラグを立てます。\n","即時",{"title":280,"description":281,"badge":282},"GitLabに移行する","変換したパイプラインを実行する準備ができたら、GitLabでコードを管理する必要があります。無料アカウントを作成し、[リポジトリをインポートして](https://docs.gitlab.com/user/project/import/github/)、生成された.gitlab-ci.ymlをドロップします。CI、セキュリティスキャンなどが、初めから組み込まれています。\n","無料で開始",{"componentName":284,"componentContent":285},"GitlabCiAgents",{"eyebrow":286,"title":287,"description":288,"config":289,"tools":291},"インストール","既存のAIエージェントと連携","すでに作業しているAI環境でGitLab CI移行スキルを使用します。",{"id":290},"install",[292,299,306,313,320,327],{"name":293,"description":294,"afterText":295,"config":296},"OpenCode","スキルをダウンロードして、OpenCodeが検出した[ファイルの配置](https://opencode.ai/docs/skills/#place-files)場所を見つけます。","その後、OpenCodeはプロンプト: `\"Convert my .github/workflows/deploy.yml to GitLab CI\"`で自動的にスキルを使用します。",{"id":297,"href":298},"opencode","git clone https://gitlab.com/gitlab-org/ci-cd/github-actions-to-gitlab-ci.git ~/.opencode/skills/github-actions-to-gitlab-ci",{"name":300,"description":301,"afterText":302,"config":303},"Cursor","スキルをいずれかの[スキルディレクトリ](https://cursor.com/docs/skills#skill-directories)にダウンロードします。","その後、Cursorにプロンプト: `\"Convert my .github/workflows/deploy.yml to GitLab CI\"`を出すと、自動的にスキルを使用します。",{"id":304,"href":305},"cursor","git clone https://gitlab.com/gitlab-org/ci-cd/github-actions-to-gitlab-ci.git ~/.cursor/skills/github-actions-to-gitlab-ci",{"name":307,"description":308,"afterText":309,"config":310},"VS Code","VS Codeでは、対応するローカルディレクトリにスキルをダウンロードすることで、[共有スキル](https://code.visualstudio.com/docs/copilot/customization/agent-skills#_use-shared-skills)を使用できます。","次にエージェントにプロンプト: `\"Convert my .github/workflows/deploy.yml to GitLab CI\"`を出します。",{"id":311,"href":312},"vs-code","git clone https://gitlab.com/gitlab-org/ci-cd/github-actions-to-gitlab-ci.git ~/.github/skills/github-actions-to-gitlab-ci",{"name":314,"description":315,"afterText":316,"config":317},"Claude Code","Claude Codeの[スキルがある](https://code.claude.com/docs/en/skills#where-skills-live)ディレクトリのいずれかにスキルをダウンロードします。","ワークフローのファイルをチャットにドラッグして、Claudeに変換してもらいます。",{"id":318,"href":319},"claude-code","git clone https://gitlab.com/gitlab-org/ci-cd/github-actions-to-gitlab-ci.git ~/.claude/skills/github-actions-to-gitlab-ci",{"name":321,"description":322,"afterText":323,"config":324},"Codex","Codexの[スキルの保存場所](https://developers.openai.com/codex/skills#where-to-save-skills)を参照して、対応するディレクトリにスキルを保存します。","その後、ワークフローファイルをチャットにドラッグし、Codexに変換を依頼します。",{"id":325,"href":326},"codex","git clone https://gitlab.com/gitlab-org/ci-cd/github-actions-to-gitlab-ci.git ~/.agents/skills/github-actions-to-gitlab-ci",{"name":328,"description":329,"config":330},"その他","スキルをサポートするツールはすべて、同じようなパターンで動作します。スキルをダウンロードし、ツールのスキルディスカバリーに適したディレクトリに配置します。",{"id":331,"href":23},"other",{"componentName":333,"componentContent":334},"GitlabCiFeatures",{"eyebrow":335,"title":335,"description":336,"config":337,"features":339,"footnote":360},"GitLabが選ばれる理由","GitLabはCI/CDにとどまりません。完全なDevSecOpsプラットフォームです。\n\nAIはパイプラインにコードを増殖させています。マーケットプレイスへの依存が、サプライチェーンのリスクとなっています。規制当局は実証可能なガバナンスを求めています。GitLabはプラットフォームチームにライフサイクル全体をネイティブに提供します。複数の場所ではなく、一元的に管理できます。\n",{"id":338},"why-gitlab",[340,345,350,355],{"title":341,"description":342,"config":343},"スケールするパイプラインオーケストレーション","GitLab CI/CDは、親子パイプライン、マルチプロジェクトパイプライン、並列投機的検証によるマージトレイン、包括的なプライベートおよびパブリックカタログによってスケールします。GitHub Actionsには再利用可能なワークフローとマージキューがありますが、親子/マルチプロジェクトはなく、累積マージ結果に対する投機的な並列パイプラインはありません。可視化機能も単一のワークフローに限定されます。\n",{"icon":344},"Pipeline",{"title":346,"description":347,"config":348},"オーケストレーション料金不要のセルフホスト型Runner","GitLabはセルフホスト型Runnerのオーケストレーションには課金しません。GitHubがセルフホスト型ランナーのオーケストレーション料金を0.002ドル/分と発表しましたが、反発を受けて無期限に延期しました。\n",{"icon":349},"InfrastructureRegistry",{"title":351,"description":352,"config":353},"パイプラインにネイティブなセキュリティスキャン","SAST、シークレット検出、コンテナスキャンはGitLab Premiumに含まれ、依存関係スキャンはGitLab Ultimateで利用可能です。GitHub Advanced Securityは2025年に2つの有料アドオン（Code SecurityとSecret Protection）にバンドル解除され、GitHubはネイティブのDASTを提供していません。\n",{"icon":354},"Shield",{"title":356,"description":357,"config":358},"ライフサイクル全体が1つの製品に","SCM、CI/CD、セキュリティ、プランニング、デプロイメント、これらすべてを1つの認証・権限モデルで同じ製品に統合されました。GitHubは個別のサービスやアドオン（Advanced Security、Projects、サードパーティのデプロイツール）に依存しており、顧客自身がそれらをつなぎ合わせる必要があります。\n",{"icon":359},"Tanuki","GitLab Duo Agent Platformは、プランニングからコード、CI/CD、セキュリティ、デプロイまで、ライフサイクル全体にわたってAIを拡張するため、つなぎ合わせたインテグレーションではなく、単一のデータモデルから統一されたコンテキストをエージェントに与えます。\n",{"componentName":362,"componentContent":363},"GitlabCiCta",{"title":364,"description":365,"primaryButton":366,"secondaryButton":370},"まずは1つ、ワークフローを変換してみましょう","スキルのインストールには1分もかかりません。ワークフローを1つ変換してみましょう。移行の最も難しい部分が、今では最も簡単になっていることをご確認ください。ソースコードを持ち込む準備ができたら、インポーターが待っています。完了したら、[フィードバックを共有してください](https://gitlab.com/gitlab-org/gitlab/-/work_items/598966)。\n",{"text":15,"config":367},{"href":17,"dataGaName":368,"dataGaLocation":369},"download the skill","footer cta",{"text":21,"config":371},{"href":23,"dataGaName":24,"dataGaLocation":369},{"componentName":373},"CommonNextSteps","yml",{},true,"/ja-jp/github-actions-to-gitlab-ci",{"title":379,"description":380},"GitHub ActionsをGitLab CI/CDに変換する｜無料AIスキル","GitHub Actionsワークフローを数秒でGitLab CI/CDに変換。Cursor、VS Code、Claude、またはMCP互換クライアントに無料のAIスキルを追加します。","ja-jp/github-actions-to-gitlab-ci","T-Id2-D-StymVL_QcjdwU7-qcrbR27OKtDP2tSLP9aI",{"logo":384,"freeTrial":389,"sales":394,"login":399,"items":404,"search":717,"minimal":750,"duo":767,"switchNav":776,"pricingDeployment":787},{"config":385},{"href":386,"dataGaName":387,"dataGaLocation":388},"/ja-jp/","gitlab logo","header",{"text":390,"config":391},"無料トライアルを開始",{"href":392,"dataGaName":393,"dataGaLocation":388},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp&glm_content=default-saas-trial/","free trial",{"text":395,"config":396},"お問い合わせはこちら",{"href":397,"dataGaName":398,"dataGaLocation":388},"/ja-jp/sales/","sales",{"text":400,"config":401},"サインイン",{"href":402,"dataGaName":403,"dataGaLocation":388},"https://gitlab.com/users/sign_in/","sign in",[405,433,535,540,642,697],{"text":406,"config":407,"menu":409},"プラットフォーム",{"dataNavLevelOne":408},"platform",{"type":410,"columns":411},"cards",[412,418,426],{"title":406,"description":413,"link":414},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":415,"config":416},"プラットフォームの詳細はこちら",{"href":417,"dataGaName":408,"dataGaLocation":388},"/ja-jp/platform/",{"title":419,"description":420,"link":421},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":422,"config":423},"GitLab Duoのご紹介",{"href":424,"dataGaName":425,"dataGaLocation":388},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":335,"description":427,"link":428},"エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":429,"config":430},"詳細はこちら",{"href":431,"dataGaName":432,"dataGaLocation":388},"/ja-jp/why-gitlab/","why gitlab",{"text":434,"left":376,"config":435,"menu":437},"製品",{"dataNavLevelOne":436},"solutions",{"type":438,"link":439,"columns":443,"feature":514},"lists",{"text":440,"config":441},"すべてのソリューションを表示",{"href":442,"dataGaName":436,"dataGaLocation":388},"/ja-jp/solutions/",[444,469,492],{"title":445,"description":446,"link":447,"items":452},"自動化","CI/CDと自動化でデプロイを加速",{"config":448},{"icon":449,"href":450,"dataGaName":451,"dataGaLocation":388},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[453,457,460,465],{"text":454,"config":455},"CI/CD",{"href":456,"dataGaLocation":388,"dataGaName":454},"/ja-jp/solutions/continuous-integration/",{"text":419,"config":458},{"href":424,"dataGaLocation":388,"dataGaName":459},"gitlab duo agent platform - product menu",{"text":461,"config":462},"ソースコード管理",{"href":463,"dataGaLocation":388,"dataGaName":464},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":466,"config":467},"自動化されたソフトウェアデリバリー",{"href":450,"dataGaLocation":388,"dataGaName":468},"Automated software delivery",{"title":470,"description":471,"link":472,"items":477},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":473},{"href":474,"dataGaName":475,"dataGaLocation":388,"icon":476},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[478,482,487],{"text":479,"config":480},"アプリケーションセキュリティテスト",{"href":474,"dataGaName":481,"dataGaLocation":388},"Application security testing",{"text":483,"config":484},"ソフトウェアサプライチェーンセキュリティ",{"href":485,"dataGaLocation":388,"dataGaName":486},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":488,"config":489},"ソフトウェアコンプライアンス",{"href":490,"dataGaName":491,"dataGaLocation":388},"/ja-jp/solutions/software-compliance/","software compliance",{"title":493,"link":494,"items":499},"測定",{"config":495},{"icon":496,"href":497,"dataGaName":498,"dataGaLocation":388},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[500,504,509],{"text":501,"config":502},"可視性と測定",{"href":497,"dataGaLocation":388,"dataGaName":503},"Visibility and Measurement",{"text":505,"config":506},"バリューストリーム管理",{"href":507,"dataGaLocation":388,"dataGaName":508},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":510,"config":511},"分析とインサイト",{"href":512,"dataGaLocation":388,"dataGaName":513},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":515,"type":438,"items":516},"GitLabが活躍する場所",[517,523,529],{"text":518,"config":519},"大企業",{"icon":520,"href":521,"dataGaLocation":388,"dataGaName":522},"Building","/ja-jp/enterprise/","enterprise",{"text":524,"config":525},"スモールビジネス",{"icon":526,"href":527,"dataGaLocation":388,"dataGaName":528},"Work","/ja-jp/small-business/","small business",{"text":530,"config":531},"公共部門",{"icon":532,"href":533,"dataGaLocation":388,"dataGaName":534},"Organization","/ja-jp/solutions/public-sector/","public sector",{"text":536,"config":537},"価格",{"href":538,"dataGaName":539,"dataGaLocation":388,"dataNavLevelOne":539},"/ja-jp/pricing/","pricing",{"text":541,"config":542,"menu":544},"関連リソース",{"dataNavLevelOne":543},"resources",{"type":438,"link":545,"columns":549,"feature":631},{"text":546,"config":547},"すべてのリソースを表示",{"href":548,"dataGaName":543,"dataGaLocation":388},"/ja-jp/resources/",[550,581,603],{"title":551,"items":552},"はじめに",[553,556,561,566,571,576],{"text":286,"config":554},{"href":555,"dataGaName":290,"dataGaLocation":388},"/ja-jp/install/",{"text":557,"config":558},"クイックスタートガイド",{"href":559,"dataGaName":560,"dataGaLocation":388},"/ja-jp/get-started/","quick setup checklists",{"text":562,"config":563},"学ぶ",{"href":564,"dataGaLocation":388,"dataGaName":565},"https://university.gitlab.com/","learn",{"text":567,"config":568},"製品ドキュメント",{"href":569,"dataGaName":570,"dataGaLocation":388},"https://docs.gitlab.com/","product documentation",{"text":572,"config":573},"ベストプラクティスビデオ",{"href":574,"dataGaName":575,"dataGaLocation":388},"/ja-jp/getting-started-videos/","best practice videos",{"text":577,"config":578},"インテグレーション",{"href":579,"dataGaName":580,"dataGaLocation":388},"/ja-jp/integrations/","integrations",{"title":582,"items":583},"検索する",[584,589,594,598],{"text":585,"config":586},"お客様成功事例",{"href":587,"dataGaName":588,"dataGaLocation":388},"/ja-jp/customers/","customer success stories",{"text":590,"config":591},"ブログ",{"href":592,"dataGaName":593,"dataGaLocation":388},"/ja-jp/blog/","blog",{"text":595,"config":596},"The Source",{"href":597,"dataGaName":593,"dataGaLocation":388},"/ja-jp/the-source/",{"text":599,"config":600},"リモート",{"href":601,"dataGaName":602,"dataGaLocation":388},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":604,"items":605},"つなげる",[606,611,616,621,626],{"text":607,"config":608},"GitLabサービス",{"href":609,"dataGaName":610,"dataGaLocation":388},"/ja-jp/services/","services",{"text":612,"config":613},"コミュニティ",{"href":614,"dataGaName":615,"dataGaLocation":388},"/community/","community",{"text":617,"config":618},"フォーラム",{"href":619,"dataGaName":620,"dataGaLocation":388},"https://forum.gitlab.com/","forum",{"text":622,"config":623},"イベント",{"href":624,"dataGaName":625,"dataGaLocation":388},"/events/","events",{"text":627,"config":628},"パートナー",{"href":629,"dataGaName":630,"dataGaLocation":388},"/ja-jp/partners/","partners",{"config":632,"title":635,"text":636,"link":637},{"background":633,"textColor":634},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":638,"config":639},"最新情報を読む",{"href":640,"dataGaName":641,"dataGaLocation":388},"/ja-jp/whats-new/","whats new",{"text":643,"config":644,"menu":646},"企業情報",{"dataNavLevelOne":645},"company",{"type":438,"columns":647},[648],{"items":649},[650,655,660,662,667,672,677,682,687,692],{"text":651,"config":652},"GitLabについて",{"href":653,"dataGaName":654,"dataGaLocation":388},"/ja-jp/company/","about",{"text":656,"config":657,"footerGa":659},"採用情報",{"href":658,"dataGaName":87,"dataGaLocation":388},"/jobs/",{"dataGaName":87},{"text":622,"config":661},{"href":624,"dataGaName":625,"dataGaLocation":388},{"text":663,"config":664},"経営陣",{"href":665,"dataGaName":666,"dataGaLocation":388},"/company/team/e-group/","leadership",{"text":668,"config":669},"ハンドブック",{"href":670,"dataGaName":671,"dataGaLocation":388},"https://handbook.gitlab.com/","handbook",{"text":673,"config":674},"投資家向け情報",{"href":675,"dataGaName":676,"dataGaLocation":388},"https://ir.gitlab.com/","investor relations",{"text":678,"config":679},"トラストセンター",{"href":680,"dataGaName":681,"dataGaLocation":388},"/ja-jp/security/","trust center",{"text":683,"config":684},"AI Transparency Center",{"href":685,"dataGaName":686,"dataGaLocation":388},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":688,"config":689},"ニュースレター",{"href":690,"dataGaName":691,"dataGaLocation":388},"/company/contact/#contact-forms","newsletter",{"text":693,"config":694},"プレス",{"href":695,"dataGaName":696,"dataGaLocation":388},"/press/","press",{"text":698,"config":699,"menu":700},"お問い合わせ",{"dataNavLevelOne":645},{"type":438,"columns":701},[702],{"items":703},[704,707,712],{"text":395,"config":705},{"href":397,"dataGaName":706,"dataGaLocation":388},"talk to sales",{"text":708,"config":709},"サポートを受ける",{"href":710,"dataGaName":711,"dataGaLocation":388},"https://support.gitlab.com","support portal",{"text":713,"config":714},"カスタマーポータル",{"href":715,"dataGaName":716,"dataGaLocation":388},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":718,"login":719,"suggestions":726},"閉じる",{"text":720,"link":721},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":722,"config":723},"GitLab.com",{"href":402,"dataGaName":724,"dataGaLocation":725},"search login","search",{"text":727,"default":728},"提案",[729,731,736,738,742,746],{"text":419,"config":730},{"href":424,"dataGaName":419,"dataGaLocation":725},{"text":732,"config":733},"コード提案（AI）",{"href":734,"dataGaName":735,"dataGaLocation":725},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":454,"config":737},{"href":456,"dataGaName":454,"dataGaLocation":725},{"text":739,"config":740},"GitLab on AWS",{"href":741,"dataGaName":739,"dataGaLocation":725},"/ja-jp/partners/technology-partners/aws/",{"text":743,"config":744},"GitLab on Google Cloud",{"href":745,"dataGaName":743,"dataGaLocation":725},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":747,"config":748},"GitLabを選ぶ理由",{"href":431,"dataGaName":749,"dataGaLocation":725},"Why GitLab?",{"freeTrial":751,"mobileIcon":755,"desktopIcon":760,"secondaryButton":763},{"text":390,"config":752},{"href":753,"dataGaName":393,"dataGaLocation":754},"https://gitlab.com/-/trials/new/","nav",{"altText":756,"config":757},"GitLabアイコン",{"src":758,"dataGaName":759,"dataGaLocation":754},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":756,"config":761},{"src":762,"dataGaName":759,"dataGaLocation":754},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":551,"config":764},{"href":765,"dataGaName":766,"dataGaLocation":754},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":768,"mobileIcon":772,"desktopIcon":774},{"text":769,"config":770},"GitLab Duoの詳細について",{"href":424,"dataGaName":771,"dataGaLocation":754},"gitlab duo",{"altText":756,"config":773},{"src":758,"dataGaName":759,"dataGaLocation":754},{"altText":756,"config":775},{"src":762,"dataGaName":759,"dataGaLocation":754},{"button":777,"mobileIcon":782,"desktopIcon":784},{"text":778,"config":779},"/switch",{"href":780,"dataGaName":781,"dataGaLocation":754},"#contact","switch",{"altText":756,"config":783},{"src":758,"dataGaName":759,"dataGaLocation":754},{"altText":756,"config":785},{"src":786,"dataGaName":759,"dataGaLocation":754},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":788,"mobileIcon":793,"desktopIcon":795},{"text":789,"config":790},"料金ページに戻る",{"href":538,"dataGaName":791,"dataGaLocation":754,"icon":792},"back to pricing","GoBack",{"altText":756,"config":794},{"src":758,"dataGaName":759,"dataGaLocation":754},{"altText":756,"config":796},{"src":762,"dataGaName":759,"dataGaLocation":754},{"title":798,"button":799,"config":804},"エージェント型AIがソフトウェアデリバリーをどのように変革するかをご覧ください",{"text":800,"config":801},"6月18日のGitLab Transcend日本開催版に参加ください",{"href":802,"dataGaName":803,"dataGaLocation":388},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":805,"disabled":806},"release",false,{"data":808},{"text":809,"source":810,"edit":816,"contribute":821,"config":826,"items":831,"minimal":1039},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":811,"config":812},"ページのソースを表示",{"href":813,"dataGaName":814,"dataGaLocation":815},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":817,"config":818},"このページを編集",{"href":819,"dataGaName":820,"dataGaLocation":815},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":822,"config":823},"ご協力をお願いします",{"href":824,"dataGaName":825,"dataGaLocation":815},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":827,"facebook":828,"youtube":829,"linkedin":830},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[832,877,930,974,1006],{"title":536,"links":833,"subMenu":848},[834,838,843],{"text":835,"config":836},"プランの表示",{"href":538,"dataGaName":837,"dataGaLocation":815},"view plans",{"text":839,"config":840},"Premiumを選ぶ理由",{"href":841,"dataGaName":842,"dataGaLocation":815},"/ja-jp/pricing/premium/","why premium",{"text":844,"config":845},"Ultimateを選ぶ理由",{"href":846,"dataGaName":847,"dataGaLocation":815},"/ja-jp/pricing/ultimate/","why ultimate",[849],{"title":698,"links":850},[851,853,855,857,862,867,872],{"text":698,"config":852},{"href":397,"dataGaName":398,"dataGaLocation":815},{"text":708,"config":854},{"href":710,"dataGaName":711,"dataGaLocation":815},{"text":713,"config":856},{"href":715,"dataGaName":716,"dataGaLocation":815},{"text":858,"config":859},"ステータス",{"href":860,"dataGaName":861,"dataGaLocation":815},"https://status.gitlab.com/","status",{"text":863,"config":864},"利用規約",{"href":865,"dataGaName":866,"dataGaLocation":815},"/terms/","terms of use",{"text":868,"config":869},"プライバシーに関する声明",{"href":870,"dataGaName":871,"dataGaLocation":815},"/ja-jp/privacy/","privacy statement",{"text":873,"config":874},"Cookie 優先設定",{"dataGaName":875,"dataGaLocation":815,"id":876,"isOneTrustButton":376},"cookie preferences","ot-sdk-btn",{"title":434,"links":878,"subMenu":887},[879,883],{"text":880,"config":881},"DevSecOpsプラットフォーム",{"href":417,"dataGaName":882,"dataGaLocation":815},"devsecops platform",{"text":884,"config":885},"AI支援開発",{"href":424,"dataGaName":886,"dataGaLocation":815},"ai-assisted development",[888],{"title":889,"links":890},"トピック",[891,895,900,905,910,915,920,925],{"text":454,"config":892},{"href":893,"dataGaName":894,"dataGaLocation":815},"/ja-jp/topics/ci-cd/","cicd",{"text":896,"config":897},"GitOps",{"href":898,"dataGaName":899,"dataGaLocation":815},"/ja-jp/topics/gitops/","gitops",{"text":901,"config":902},"DevOps",{"href":903,"dataGaName":904,"dataGaLocation":815},"/ja-jp/topics/devops/","devops",{"text":906,"config":907},"バージョン管理",{"href":908,"dataGaName":909,"dataGaLocation":815},"/ja-jp/topics/version-control/","version control",{"text":911,"config":912},"DevSecOps",{"href":913,"dataGaName":914,"dataGaLocation":815},"/ja-jp/topics/devsecops/","devsecops",{"text":916,"config":917},"クラウドネイティブ",{"href":918,"dataGaName":919,"dataGaLocation":815},"/ja-jp/topics/cloud-native/","cloud native",{"text":921,"config":922},"コーディングのためのAI",{"href":923,"dataGaName":924,"dataGaLocation":815},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":926,"config":927},"エージェント型AI",{"href":928,"dataGaName":929,"dataGaLocation":815},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":931,"links":932},"ソリューション",[933,936,938,943,947,950,953,956,959,961,964,969],{"text":479,"config":934},{"href":474,"dataGaName":935,"dataGaLocation":815},"Application Security Testing",{"text":466,"config":937},{"href":450,"dataGaName":451,"dataGaLocation":815},{"text":939,"config":940},"アジャイル開発",{"href":941,"dataGaName":942,"dataGaLocation":815},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":944,"config":945},"SCM",{"href":463,"dataGaName":946,"dataGaLocation":815},"source code management",{"text":454,"config":948},{"href":456,"dataGaName":949,"dataGaLocation":815},"continuous integration & delivery",{"text":505,"config":951},{"href":507,"dataGaName":952,"dataGaLocation":815},"value stream management",{"text":896,"config":954},{"href":955,"dataGaName":899,"dataGaLocation":815},"/ja-jp/solutions/gitops/",{"text":957,"config":958},"エンタープライズ",{"href":521,"dataGaName":522,"dataGaLocation":815},{"text":524,"config":960},{"href":527,"dataGaName":528,"dataGaLocation":815},{"text":962,"config":963},"公共機関",{"href":533,"dataGaName":534,"dataGaLocation":815},{"text":965,"config":966},"教育",{"href":967,"dataGaName":968,"dataGaLocation":815},"/ja-jp/solutions/education/","education",{"text":970,"config":971},"金融サービス",{"href":972,"dataGaName":973,"dataGaLocation":815},"/ja-jp/solutions/finance/","financial services",{"title":975,"links":976},"リソース",[977,979,981,983,987,989,992,994,996,998,1000,1002,1004],{"text":286,"config":978},{"href":555,"dataGaName":290,"dataGaLocation":815},{"text":557,"config":980},{"href":559,"dataGaName":560,"dataGaLocation":815},{"text":562,"config":982},{"href":564,"dataGaName":565,"dataGaLocation":815},{"text":567,"config":984},{"href":985,"dataGaName":986,"dataGaLocation":815},"https://docs.gitlab.com/ja-jp/","docs",{"text":590,"config":988},{"href":592,"dataGaName":593,"dataGaLocation":815},{"text":990,"config":991},"新着情報",{"href":640,"dataGaName":641,"dataGaLocation":815},{"text":585,"config":993},{"href":587,"dataGaName":588,"dataGaLocation":815},{"text":599,"config":995},{"href":601,"dataGaName":602,"dataGaLocation":815},{"text":607,"config":997},{"href":609,"dataGaName":610,"dataGaLocation":815},{"text":612,"config":999},{"href":614,"dataGaName":615,"dataGaLocation":815},{"text":617,"config":1001},{"href":619,"dataGaName":620,"dataGaLocation":815},{"text":622,"config":1003},{"href":624,"dataGaName":625,"dataGaLocation":815},{"text":627,"config":1005},{"href":629,"dataGaName":630,"dataGaLocation":815},{"title":1007,"links":1008},"会社情報",[1009,1011,1013,1015,1017,1019,1023,1028,1030,1032,1034],{"text":651,"config":1010},{"href":653,"dataGaName":645,"dataGaLocation":815},{"text":656,"config":1012},{"href":658,"dataGaName":87,"dataGaLocation":815},{"text":663,"config":1014},{"href":665,"dataGaName":666,"dataGaLocation":815},{"text":668,"config":1016},{"href":670,"dataGaName":671,"dataGaLocation":815},{"text":673,"config":1018},{"href":675,"dataGaName":676,"dataGaLocation":815},{"text":1020,"config":1021},"Sustainability",{"href":1022,"dataGaName":1020,"dataGaLocation":815},"/sustainability/",{"text":1024,"config":1025},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1026,"dataGaName":1027,"dataGaLocation":815},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":678,"config":1029},{"href":680,"dataGaName":681,"dataGaLocation":815},{"text":688,"config":1031},{"href":690,"dataGaName":691,"dataGaLocation":815},{"text":693,"config":1033},{"href":695,"dataGaName":696,"dataGaLocation":815},{"text":1035,"config":1036},"現代奴隷制の透明性に関する声明",{"href":1037,"dataGaName":1038,"dataGaLocation":815},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1040},[1041,1043,1046],{"text":863,"config":1042},{"href":865,"dataGaName":866,"dataGaLocation":815},{"text":1044,"config":1045},"Cookieの設定",{"dataGaName":875,"dataGaLocation":815,"id":876,"isOneTrustButton":376},{"text":868,"config":1047},{"href":870,"dataGaName":871,"dataGaLocation":815},{"header":1049,"blurb":1050,"button":1051,"secondaryButton":1055},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":390,"config":1052},{"href":1053,"dataGaName":393,"dataGaLocation":1054},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":698,"config":1056},{"href":397,"dataGaName":398,"dataGaLocation":1054},1782268839543]