[{"data":1,"prerenderedAt":1069},["ShallowReactive",2],{"/ja-jp/github-actions-to-gitlab-ci":3,"navigation-ja-jp":383,"banner-ja-jp":809,"footer-ja-jp":818,"next-steps-ja-jp":1060},{"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},"    - # https://docs.gitlab.com/ja-jp/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/ja-jp/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","daji8kw3BX0EJ7fCW41VLNrp8J2k54sdUvzBuOMMUls",{"logo":384,"freeTrial":389,"sales":394,"login":399,"items":404,"search":729,"minimal":762,"duo":779,"switchNav":788,"pricingDeployment":799},{"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/?contact-topic=request-demo","sales",{"text":400,"config":401},"サインイン",{"href":402,"dataGaName":403,"dataGaLocation":388},"https://gitlab.com/users/sign_in/","sign in",[405,433,535,540,652,707],{"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":641},{"text":546,"config":547},"すべてのリソースを表示",{"href":548,"dataGaName":543,"dataGaLocation":388},"/ja-jp/resources/",[550,581,608],{"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/ja-jp/","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,599,603],{"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},"Demo Hub",{"href":597,"dataGaName":598,"dataGaLocation":388},"/ja-jp/demo-hub/","demo hub",{"text":600,"config":601},"The Source",{"href":602,"dataGaName":593,"dataGaLocation":388},"/ja-jp/the-source/",{"text":604,"config":605},"リモート",{"href":606,"dataGaName":607,"dataGaLocation":388},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":609,"items":610},"つなげる",[611,616,621,626,631,636],{"text":612,"config":613},"GitLabサービス",{"href":614,"dataGaName":615,"dataGaLocation":388},"/ja-jp/services/","services",{"text":617,"config":618},"コントリビュート",{"href":619,"dataGaName":620,"dataGaLocation":388},"https://contributors.gitlab.com","contribute",{"text":622,"config":623},"コミュニティ",{"href":624,"dataGaName":625,"dataGaLocation":388},"/community/","community",{"text":627,"config":628},"フォーラム",{"href":629,"dataGaName":630,"dataGaLocation":388},"https://forum.gitlab.com/","forum",{"text":632,"config":633},"イベント",{"href":634,"dataGaName":635,"dataGaLocation":388},"/events/","events",{"text":637,"config":638},"パートナー",{"href":639,"dataGaName":640,"dataGaLocation":388},"/ja-jp/partners/","partners",{"config":642,"title":645,"text":646,"link":647},{"background":643,"textColor":644},"url('https://res.cloudinary.com/about-gitlab-com/image/upload/v1777322348/qpq8yrgn8knii57omj0c.png')","#000","GitLabの最新情報","最新の機能と改善点に関する情報をお届けします。",{"text":648,"config":649},"最新情報を読む",{"href":650,"dataGaName":651,"dataGaLocation":388},"/ja-jp/whats-new/","whats new",{"text":653,"config":654,"menu":656},"企業情報",{"dataNavLevelOne":655},"company",{"type":438,"columns":657},[658],{"items":659},[660,665,670,672,677,682,687,692,697,702],{"text":661,"config":662},"GitLabについて",{"href":663,"dataGaName":664,"dataGaLocation":388},"/ja-jp/company/","about",{"text":666,"config":667,"footerGa":669},"採用情報",{"href":668,"dataGaName":87,"dataGaLocation":388},"/jobs/",{"dataGaName":87},{"text":632,"config":671},{"href":634,"dataGaName":635,"dataGaLocation":388},{"text":673,"config":674},"経営陣",{"href":675,"dataGaName":676,"dataGaLocation":388},"/company/team/e-group/","leadership",{"text":678,"config":679},"ハンドブック",{"href":680,"dataGaName":681,"dataGaLocation":388},"https://handbook.gitlab.com/","handbook",{"text":683,"config":684},"投資家向け情報",{"href":685,"dataGaName":686,"dataGaLocation":388},"https://ir.gitlab.com/overview/default.aspx","investor relations",{"text":688,"config":689},"トラストセンター",{"href":690,"dataGaName":691,"dataGaLocation":388},"/ja-jp/security/","trust center",{"text":693,"config":694},"AI Transparency Center",{"href":695,"dataGaName":696,"dataGaLocation":388},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":698,"config":699},"ニュースレター",{"href":700,"dataGaName":701,"dataGaLocation":388},"/company/contact/#contact-forms","newsletter",{"text":703,"config":704},"プレス",{"href":705,"dataGaName":706,"dataGaLocation":388},"/press/","press",{"text":708,"config":709,"menu":710},"お問い合わせ",{"dataNavLevelOne":655},{"type":438,"columns":711},[712],{"items":713},[714,719,724],{"text":715,"config":716},"お問い合わせはこちら",{"href":717,"dataGaName":718,"dataGaLocation":388},"/ja-jp/sales/","talk to sales",{"text":720,"config":721},"サポートを受ける",{"href":722,"dataGaName":723,"dataGaLocation":388},"https://support.gitlab.com/hc/en-us","support portal",{"text":725,"config":726},"カスタマーポータル",{"href":727,"dataGaName":728,"dataGaLocation":388},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":730,"login":731,"suggestions":738},"閉じる",{"text":732,"link":733},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":734,"config":735},"GitLab.com",{"href":402,"dataGaName":736,"dataGaLocation":737},"search login","search",{"text":739,"default":740},"提案",[741,743,748,750,754,758],{"text":419,"config":742},{"href":424,"dataGaName":419,"dataGaLocation":737},{"text":744,"config":745},"コード提案（AI）",{"href":746,"dataGaName":747,"dataGaLocation":737},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":454,"config":749},{"href":456,"dataGaName":454,"dataGaLocation":737},{"text":751,"config":752},"GitLab on AWS",{"href":753,"dataGaName":751,"dataGaLocation":737},"/ja-jp/partners/technology-partners/aws/",{"text":755,"config":756},"GitLab on Google Cloud",{"href":757,"dataGaName":755,"dataGaLocation":737},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":759,"config":760},"GitLabを選ぶ理由",{"href":431,"dataGaName":761,"dataGaLocation":737},"Why GitLab?",{"freeTrial":763,"mobileIcon":767,"desktopIcon":772,"secondaryButton":775},{"text":390,"config":764},{"href":765,"dataGaName":393,"dataGaLocation":766},"https://gitlab.com/-/trials/new/","nav",{"altText":768,"config":769},"GitLabアイコン",{"src":770,"dataGaName":771,"dataGaLocation":766},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":768,"config":773},{"src":774,"dataGaName":771,"dataGaLocation":766},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":551,"config":776},{"href":777,"dataGaName":778,"dataGaLocation":766},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/get-started/","get started",{"freeTrial":780,"mobileIcon":784,"desktopIcon":786},{"text":781,"config":782},"GitLab Duoの詳細について",{"href":424,"dataGaName":783,"dataGaLocation":766},"gitlab duo",{"altText":768,"config":785},{"src":770,"dataGaName":771,"dataGaLocation":766},{"altText":768,"config":787},{"src":774,"dataGaName":771,"dataGaLocation":766},{"button":789,"mobileIcon":794,"desktopIcon":796},{"text":790,"config":791},"/switch",{"href":792,"dataGaName":793,"dataGaLocation":766},"#contact","switch",{"altText":768,"config":795},{"src":770,"dataGaName":771,"dataGaLocation":766},{"altText":768,"config":797},{"src":798,"dataGaName":771,"dataGaLocation":766},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1773335277/ohhpiuoxoldryzrnhfrh.png",{"freeTrial":800,"mobileIcon":805,"desktopIcon":807},{"text":801,"config":802},"料金ページに戻る",{"href":538,"dataGaName":803,"dataGaLocation":766,"icon":804},"back to pricing","GoBack",{"altText":768,"config":806},{"src":770,"dataGaName":771,"dataGaLocation":766},{"altText":768,"config":808},{"src":774,"dataGaName":771,"dataGaLocation":766},{"title":810,"button":811,"config":815},"GitLab Orbitが登場: AIエージェントのためのコンテキストレイヤー",{"text":429,"config":812},{"href":813,"dataGaName":814,"dataGaLocation":388},"/ja-jp/gitlab-orbit/","orbit",{"layout":816,"disabled":817},"release",false,{"data":819},{"text":820,"source":821,"edit":827,"contribute":832,"config":837,"items":842,"minimal":1051},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":822,"config":823},"ページのソースを表示",{"href":824,"dataGaName":825,"dataGaLocation":826},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":828,"config":829},"このページを編集",{"href":830,"dataGaName":831,"dataGaLocation":826},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":833,"config":834},"ご協力をお願いします",{"href":835,"dataGaName":836,"dataGaLocation":826},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":838,"facebook":839,"youtube":840,"linkedin":841},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[843,888,941,984,1018],{"title":536,"links":844,"subMenu":859},[845,849,854],{"text":846,"config":847},"プランの表示",{"href":538,"dataGaName":848,"dataGaLocation":826},"view plans",{"text":850,"config":851},"Premiumを選ぶ理由",{"href":852,"dataGaName":853,"dataGaLocation":826},"/ja-jp/pricing/premium/","why premium",{"text":855,"config":856},"Ultimateを選ぶ理由",{"href":857,"dataGaName":858,"dataGaLocation":826},"/ja-jp/pricing/ultimate/","why ultimate",[860],{"title":708,"links":861},[862,864,866,868,873,878,883],{"text":708,"config":863},{"href":717,"dataGaName":398,"dataGaLocation":826},{"text":720,"config":865},{"href":722,"dataGaName":723,"dataGaLocation":826},{"text":725,"config":867},{"href":727,"dataGaName":728,"dataGaLocation":826},{"text":869,"config":870},"ステータス",{"href":871,"dataGaName":872,"dataGaLocation":826},"https://status.gitlab.com/","status",{"text":874,"config":875},"利用規約",{"href":876,"dataGaName":877,"dataGaLocation":826},"/terms/","terms of use",{"text":879,"config":880},"プライバシーに関する声明",{"href":881,"dataGaName":882,"dataGaLocation":826},"/ja-jp/privacy/","privacy statement",{"text":884,"config":885},"Cookie 優先設定",{"dataGaName":886,"dataGaLocation":826,"id":887,"isOneTrustButton":376},"cookie preferences","ot-sdk-btn",{"title":434,"links":889,"subMenu":898},[890,894],{"text":891,"config":892},"DevSecOpsプラットフォーム",{"href":417,"dataGaName":893,"dataGaLocation":826},"devsecops platform",{"text":895,"config":896},"AI支援開発",{"href":424,"dataGaName":897,"dataGaLocation":826},"ai-assisted development",[899],{"title":900,"links":901},"トピック",[902,906,911,916,921,926,931,936],{"text":454,"config":903},{"href":904,"dataGaName":905,"dataGaLocation":826},"/ja-jp/topics/ci-cd/","cicd",{"text":907,"config":908},"GitOps",{"href":909,"dataGaName":910,"dataGaLocation":826},"/ja-jp/topics/gitops/","gitops",{"text":912,"config":913},"DevOps",{"href":914,"dataGaName":915,"dataGaLocation":826},"/ja-jp/topics/devops/","devops",{"text":917,"config":918},"バージョン管理",{"href":919,"dataGaName":920,"dataGaLocation":826},"/ja-jp/topics/version-control/","version control",{"text":922,"config":923},"DevSecOps",{"href":924,"dataGaName":925,"dataGaLocation":826},"/ja-jp/topics/devsecops/","devsecops",{"text":927,"config":928},"クラウドネイティブ",{"href":929,"dataGaName":930,"dataGaLocation":826},"/ja-jp/topics/cloud-native/","cloud native",{"text":932,"config":933},"コーディングのためのAI",{"href":934,"dataGaName":935,"dataGaLocation":826},"/ja-jp/topics/devops/ai-for-coding/","ai for coding",{"text":937,"config":938},"エージェント型AI",{"href":939,"dataGaName":940,"dataGaLocation":826},"/ja-jp/topics/agentic-ai/","agentic ai",{"title":942,"links":943},"ソリューション",[944,947,949,954,958,961,964,967,969,971,974,979],{"text":479,"config":945},{"href":474,"dataGaName":946,"dataGaLocation":826},"Application Security Testing",{"text":466,"config":948},{"href":450,"dataGaName":451,"dataGaLocation":826},{"text":950,"config":951},"アジャイル開発",{"href":952,"dataGaName":953,"dataGaLocation":826},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":955,"config":956},"SCM",{"href":463,"dataGaName":957,"dataGaLocation":826},"source code management",{"text":454,"config":959},{"href":456,"dataGaName":960,"dataGaLocation":826},"continuous integration & delivery",{"text":505,"config":962},{"href":507,"dataGaName":963,"dataGaLocation":826},"value stream management",{"text":907,"config":965},{"href":966,"dataGaName":910,"dataGaLocation":826},"/ja-jp/solutions/gitops/",{"text":518,"config":968},{"href":521,"dataGaName":522,"dataGaLocation":826},{"text":524,"config":970},{"href":527,"dataGaName":528,"dataGaLocation":826},{"text":972,"config":973},"公共機関",{"href":533,"dataGaName":534,"dataGaLocation":826},{"text":975,"config":976},"教育",{"href":977,"dataGaName":978,"dataGaLocation":826},"/ja-jp/solutions/education/","education",{"text":980,"config":981},"金融サービス",{"href":982,"dataGaName":983,"dataGaLocation":826},"/ja-jp/solutions/finance/","financial services",{"title":985,"links":986},"リソース",[987,989,991,993,997,999,1002,1004,1006,1008,1010,1012,1014,1016],{"text":286,"config":988},{"href":555,"dataGaName":290,"dataGaLocation":826},{"text":557,"config":990},{"href":559,"dataGaName":560,"dataGaLocation":826},{"text":562,"config":992},{"href":564,"dataGaName":565,"dataGaLocation":826},{"text":567,"config":994},{"href":995,"dataGaName":996,"dataGaLocation":826},"https://docs.gitlab.com/ja-jp","docs",{"text":590,"config":998},{"href":592,"dataGaName":593,"dataGaLocation":826},{"text":1000,"config":1001},"最新リリース",{"href":650,"dataGaName":651,"dataGaLocation":826},{"text":585,"config":1003},{"href":587,"dataGaName":588,"dataGaLocation":826},{"text":604,"config":1005},{"href":606,"dataGaName":607,"dataGaLocation":826},{"text":612,"config":1007},{"href":614,"dataGaName":615,"dataGaLocation":826},{"text":617,"config":1009},{"href":619,"dataGaName":620,"dataGaLocation":826},{"text":622,"config":1011},{"href":624,"dataGaName":625,"dataGaLocation":826},{"text":627,"config":1013},{"href":629,"dataGaName":630,"dataGaLocation":826},{"text":632,"config":1015},{"href":634,"dataGaName":635,"dataGaLocation":826},{"text":637,"config":1017},{"href":639,"dataGaName":640,"dataGaLocation":826},{"title":1019,"links":1020},"会社情報",[1021,1023,1025,1027,1029,1031,1035,1040,1042,1044,1046],{"text":661,"config":1022},{"href":663,"dataGaName":655,"dataGaLocation":826},{"text":666,"config":1024},{"href":668,"dataGaName":87,"dataGaLocation":826},{"text":673,"config":1026},{"href":675,"dataGaName":676,"dataGaLocation":826},{"text":678,"config":1028},{"href":680,"dataGaName":681,"dataGaLocation":826},{"text":683,"config":1030},{"href":685,"dataGaName":686,"dataGaLocation":826},{"text":1032,"config":1033},"Sustainability",{"href":1034,"dataGaName":1032,"dataGaLocation":826},"/sustainability/",{"text":1036,"config":1037},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":1038,"dataGaName":1039,"dataGaLocation":826},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":688,"config":1041},{"href":690,"dataGaName":691,"dataGaLocation":826},{"text":698,"config":1043},{"href":700,"dataGaName":701,"dataGaLocation":826},{"text":703,"config":1045},{"href":705,"dataGaName":706,"dataGaLocation":826},{"text":1047,"config":1048},"現代奴隷制の透明性に関する声明",{"href":1049,"dataGaName":1050,"dataGaLocation":826},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"items":1052},[1053,1055,1058],{"text":874,"config":1054},{"href":876,"dataGaName":877,"dataGaLocation":826},{"text":1056,"config":1057},"Cookieの設定",{"dataGaName":886,"dataGaLocation":826,"id":887,"isOneTrustButton":376},{"text":879,"config":1059},{"href":881,"dataGaName":882,"dataGaLocation":826},{"header":1061,"blurb":1062,"button":1063,"secondaryButton":1067},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":390,"config":1064},{"href":1065,"dataGaName":393,"dataGaLocation":1066},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/ja-jp/","feature",{"text":708,"config":1068},{"href":717,"dataGaName":398,"dataGaLocation":1066},1786803793666]