並び順

ブックマーク数

期間指定

  • から
  • まで

321 - 360 件 / 474件

新着順 人気順

Actionsの検索結果321 - 360 件 / 474件

  • GitHub Actions: GitHub-hosted runners now run Node.js 16 by default

    GitHub Actions: GitHub-hosted runners now run Node.js 16 by default actions December 10, 2021 In the latest update to our GitHub-hosted runners virtual environments, Node.js 16 has become the default version of node and npm 8 has become the default version of npm. To select the version of Node.js that you use for your projects, we encourage you to use the setup-node action. For questions, visit th

      GitHub Actions: GitHub-hosted runners now run Node.js 16 by default
    • GitHub Actions: All Actions will run on Node16 instead of Node12

      GitHub Actions: All Actions will run on Node16 instead of Node12 actions May 4, 2023 Node 12 has been out of support since April 2022, as a result we have started the deprecation process of Node 12 for GitHub Actions. We plan to migrate all actions to run on Node16 by Summer 2023. Following on from our warning in workflows using Node 12, we will start enforcing the use of Node16 rather than Node12

        GitHub Actions: All Actions will run on Node16 instead of Node12
      • GitHub Actions: Use the GITHUB_TOKEN with workflow_dispatch and repository_dispatch

        GitHub Actions: Use the GITHUB_TOKEN with workflow_dispatch and repository_dispatch actions September 8, 2022 Customers will now be able to use the GITHUB_TOKEN with workflow_dispatch and repository_dispatch events to trigger workflows. Prior to this change, events triggered by GITHUB_TOKEN would not create a new workflow run. This was done to prevent the accidental trigger of endless workflows. T

          GitHub Actions: Use the GITHUB_TOKEN with workflow_dispatch and repository_dispatch
        • Azure Functions をデプロイする GitHub Actions の仕組みを理解する - Qiita


          Microsoft Azure Tech Advent Calendar 2019 21 Intro  GitHub Actions  Actions  GitHub    Azure Functions  GitHub Actions Actions  Azure Functions  GitHub Actions   Docs: Continuous delivery by using GitHub Action htt
            Azure Functions をデプロイする GitHub Actions の仕組みを理解する - Qiita
          • GitHub Actions: Deprecating set-env and add-path commands

            October 1, 2020 A moderate security vulnerability has been identified in the GitHub Actions runner that can allow environment variable and path injection in workflows that log untrusted data to STDOUT. This can result in environment variables being introduced or modified without the intention of the workflow author. To allow us to address this issue and maintain the ability for you to dynamically

              GitHub Actions: Deprecating set-env and add-path commands
            • GitHub - lost-pixel/lost-pixel: Open source alternative to Percy, Chromatic, Applitools.

              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                GitHub - lost-pixel/lost-pixel: Open source alternative to Percy, Chromatic, Applitools.
              • GitHub - peaceiris/actions-gh-pages: GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - peaceiris/actions-gh-pages: GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
                • GitHub Actions: Environments, environment protection rules and environment secrets (beta)

                  GitHub Actions: Environments, environment protection rules and environment secrets (beta) actions December 15, 2020 Today we are releasing an open beta for the new continuous delivery capabilities in GitHub Actions. In this open beta there is no need to sign up, all existing GitHub organizations and accounts can use the new capabilities in their public repositories and GitHub Enterprise Cloud orga

                    GitHub Actions: Environments, environment protection rules and environment secrets (beta)
                  • GitHub - googleapis/release-please: generate release PRs based on the conventionalcommits.org spec

                    Rather than continuously releasing what's landed to your default branch, release-please maintains Release PRs: These Release PRs are kept up-to-date as additional work is merged. When you're ready to tag a release, simply merge the release PR. Both squash-merge and merge commits work with Release PRs. When the Release PR is merged, release-please takes the following steps: Updates your changelog f

                      GitHub - googleapis/release-please: generate release PRs based on the conventionalcommits.org spec
                    • 【GitHub Actions】Markdown 執筆に textlintの自動校正を取り入れる | DevelopersIO

                      背景 GitHub で Markdown 執筆活動 複数人で協力してドキュメントを執筆しています。 執筆の流れは下図のとおり。 執筆ブランチ を作成する 執筆ブランチ で執筆活動を行う mainブランチ にマージするための プルリクエスト を作成する プルリクエスト内でレビュー (必要に応じて修正) を行う 最後に mainブランチ へマージする (1. に戻る) 最低限 Git や GitHub 周りの操作を把握できたら、この方法は結構良いと感じています。 以下のようなメリットを享受できています。 テキストで情報を管理できる ( by Markdown ) バージョン管理ができる( by Git ) 文章レビューの流れを統一できる( by GitHub ) textlint で文章校正 さて、執筆活動において より良い文章 を書くために textlint を活用しています。 textli

                        【GitHub Actions】Markdown 執筆に textlintの自動校正を取り入れる | DevelopersIO
                      • Docker コンテナーのアクションを作成する - GitHub Docs

                        はじめに このガイドでは、パッケージ化されたDockerコンテナのアクションを作成して使うために必要な、基本的コンポーネントについて学びます。 アクションのパッケージ化に必要なコンポーネントのガイドに焦点を当てるため、アクションのコードの機能は最小限に留めます。 このアクションは、ログに "Hello World" を出力するものです。また、カスタム名を指定した場合は、"Hello [who-to-greet]" を出力します。 このプロジェクトを完了すると、あなたの Docker コンテナのアクションをビルドして、ワークフローでテストする方法が理解できます。 セルフホストランナーでDockerコンテナアクションを実行するためには、Linuxオペレーティングシステムを使い、Dockerがインストールされていなければなりません。 セルフホステッド ランナーの要件の詳細については、「セルフホス

                          Docker コンテナーのアクションを作成する - GitHub Docs
                        • The biggest Firebase Hosting update ever? Preview channels, GitHub Actions, and more!

                          The biggest Firebase Hosting update ever? Preview channels, GitHub Actions, and more! Get ready! We have a huge set of updates landing for Firebase Hosting! Today we are announcing preview channels, an official GitHub Action, and cloning of versions! These features are centered around making you more productive and creating a better collaborative process for teams. Let’s dive in! Preview Channels

                            The biggest Firebase Hosting update ever? Preview channels, GitHub Actions, and more!
                          • GitHub - mxschmitt/action-tmate: Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.

                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                              GitHub - mxschmitt/action-tmate: Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
                            • monorepoでPR中のコードをnpmパッケージとしてcanary releaseするGitHub Actions

                              GitHub Actions + lernaでcanaryリリース 次のようなGitHub Actionsを設定することで、PR中に/canary-release というコメントをすると、そのPRのコードをcanaryリリースできるようになります。 Requirements: lerna name: '/canary-release' on: issue_comment: types: [ created ] permissions: contents: read # for checkout pull-requests: write # for comments packages: write # for publish jobs: canary-release: name: canary-release runs-on: ubuntu-latest if: | # コメントを扱う制限

                                monorepoでPR中のコードをnpmパッケージとしてcanary releaseするGitHub Actions
                              • GitHub を Backlog の課題と連携する GitHub Action を公開しました - 大石 貴則 (@bicstone)

                                プッシュされたコミットメッセージを Backlog 課題のコメントに追加する GitHub Action を公開しました。ぜひご利用ください。

                                  GitHub を Backlog の課題と連携する GitHub Action を公開しました - 大石 貴則 (@bicstone)
                                • GitHub - google-github-actions/setup-gcloud: A GitHub Action for installing and configuring the gcloud CLI.

                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                    GitHub - google-github-actions/setup-gcloud: A GitHub Action for installing and configuring the gcloud CLI.
                                  • GitHub Actionsの使い方まとめ

                                    9月上旬にGitHubから「You're in! Get started with GitHub Actions beta」というメールが届いた。どうやら以前した利用申請が通り、個人アカウントでGitHub Actionsのベータ版が利用できるようになったらしい。 ちょうどJSライブラリを開発していたので、そのリポジトリでGitHub Actionsを使ってCI(継続的インテグレーション)の設定をしてみたので、その使い方や解説をする。 GitHub Actionsとは 一言でいうと、GitHub上で完結するCI/CDサービス。 いままでCircleCIやTravisCI、Drone CIなど外部のサービスを使っていたところを、GitHub上で実行できるサービスだ。 昔はTerraformなどで使われているHCL(HashiCorp Configration Language)を用いて設定フ

                                      GitHub Actionsの使い方まとめ
                                    • Actions on Google を使った開発を始めてみましょう

                                      .app 1 .dev 1 #11WeeksOfAndroid 13 #11WeeksOfAndroid Android TV 1 #Android11 3 #DevFest16 1 #DevFest17 1 #DevFest18 1 #DevFest19 1 #DevFest20 1 #DevFest21 1 #DevFest22 1 #DevFest23 1 #hack4jp 3 11 weeks of Android 2 A MESSAGE FROM OUR CEO 1 A/B Testing 1 A4A 4 Accelerator 6 Accessibility 1 accuracy 1 Actions on Google 16 Activation Atlas 1 address validation API 1 Addy Osmani 1 ADK 2 AdMob 32 Ads

                                        Actions on Google を使った開発を始めてみましょう
                                      • GitHub Actionsを使ってFirebase App Distributionへ配布する - Lento con forza

                                        FirebaseとGitHub Actionsがマイブームの id:kouki_dan です。 つい先日Firebase App Distributionがリリースされましたね! firebase.google.com FirebaseはFabricの機能を順次Firebaseで扱えるようにしていますが、App Distributionは今までFabric Betaで行なっていたBeta版、テスト版のアプリを社内やテスターの方に配布できるサービスです。 似たようなサービスとしてはDeployGateが有名ですね。 そんなFirebase App DistributionをGitHub Actionsで使ってみようというのが今回の記事になっています。GitHub Actionsのおかげで、外部CIを使うことなくビルドの自動化が行えるようになりました。 iOSアプリのDistribution

                                          GitHub Actionsを使ってFirebase App Distributionへ配布する - Lento con forza
                                        • 【解説】第3章 速習GitHub Actions 〜 明日からの充実GitHub自動化ライフのための凝縮ポイント 〜 / zozotechbook1-ch03-githubactions

                                          Title 【解説】第3章 速習GitHub Actions 〜 明日からの充実GitHub自動化ライフのための凝縮ポイント 〜 Speaker 川崎 庸市 Yoichi Kawasaki (株式会社ZOZOテクノロジーズ SRE部) 2020/04/28 【オンライン】#技術書典 頒布本「ZOZO TECH BOOK」解説会 Vol.1 https://zozotech-inc.connpass.com/event/173309/ Session Video: https://www.youtube.com/watch?v=kmE1q5wh3r4

                                            【解説】第3章 速習GitHub Actions 〜 明日からの充実GitHub自動化ライフのための凝縮ポイント 〜 / zozotechbook1-ch03-githubactions
                                          • GitHub - gimenete/actions: GitHub actions!

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                              GitHub - gimenete/actions: GitHub actions!
                                            • GitHub - actions/labeler: An action for automatically labelling pull requests

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - actions/labeler: An action for automatically labelling pull requests
                                              • Managing GitHub Actions settings for a repository - GitHub Docs

                                                You can disable or configure GitHub Actions for a specific repository.

                                                  Managing GitHub Actions settings for a repository - GitHub Docs
                                                • GitHub - billziss-gh/avm: AntiVirus Monitor

                                                  The goal of the AntiVirus Monitor project is to combat AntiVirus false positives. AntiVirus Monitor is used to scan binaries using AntiVirus products. If an AntiVirus product reports a malware detection, then the detection is logged and the AntiVirus vendor can be contacted about a potential false positive. The AntiVirus monitor can be used as a GitHub Action in a workflow or as a script from the

                                                    GitHub - billziss-gh/avm: AntiVirus Monitor
                                                  • Freebie: 10 Instagram Photoshop Actions - Photoshop Tutorials

                                                    Looking to emulate the Instagram photo effects? Then try out these new Instant Hipster Photoshop actions by SparkleStock. They look almost identical but what’s exciting is that these actions use only a few layers; this means super fast processing, organized layers, and higher image quality! The actions even let you pick the effect quickly by prerendering the effects as snapshots. Instant Hipster A

                                                      Freebie: 10 Instagram Photoshop Actions - Photoshop Tutorials
                                                    • AWS CDKv2 でスナップショットテストと CI を始めてみよう | DevelopersIO

                                                      これは CDK Advent Calendar 2021 の13日目のエントリーです。 こんにちは、坂井(ore88ore)です。 CDK v2 GA となりましたねー。今後も積極的にバージョンアップに追従したいけど、既存の機能に影響がないだろうか、システムが正しく動くだろうか・・・などの不安があり、なかなか最新のバージョンに追従できないと思っている方も多いのではないでしょうか。 そういった不安を少しでも和らげるために、簡単に始められるスナップショットテストと CI の導入について紹介させていただきます。 作成するアーキテクチャ 今回作成するアーキテクチャとなります。API Gateway、Lambda、DynamoDB を使ったサーバレス API をテスト対象のリソースとし、CI は GitHub Actions を利用して、プルリクを作成したタイミングでスナップショットテストが実行され

                                                        AWS CDKv2 でスナップショットテストと CI を始めてみよう | DevelopersIO
                                                      • Introducing npm package provenance

                                                        Open SourceSecurityIntroducing npm package provenanceHow to verifiably link npm packages to their source repository and build instructions. Starting today, when you build your npm projects on GitHub Actions, you can publish provenance alongside your package by including the --provenance flag. This provenance data gives consumers a verifiable way to link a package back to its source repository and

                                                          Introducing npm package provenance
                                                        • GitHub Actions のワークフロー コマンド - GitHub Docs


                                                               echo 使    echo "::workflow-command parameter1={data},parameter2={data}::{command value}" Write-Output "::workflow-command parameter1={data},parameter2={data}::{command value}"
                                                            GitHub Actions のワークフロー コマンド - GitHub Docs
                                                          • 5 automations every developer should be running

                                                            TL;DR: For any developer looking to avoid security vulnerabilities, buttons that don’t work, slow site speeds, or manually writing release notes this is for you. As developers, we get a bad rap for not writing tests—or automations for that matter—as much as we should. It’s not that we don’t do it (well, maybe some of us don’t). But it’s a fact that writing more code can be a little more fun than s

                                                              5 automations every developer should be running
                                                            • フロントエンド刷新プロジェクトの開発サイクルを加速するデプロイパイプラインの改善 - Cybozu Inside Out | サイボウズエンジニアのブログ

                                                              フロントエンド刷新プロジェクトの開発サイクルを加速するデプロイパイプラインの改善 この記事は Cybozu Advent Calendar 2022 の 19 日目の記事です。 18 日目はこちら → チームメトリクスと感情データを活用した「ふりかえり」の手引き 20 日目はこちら → エンジニアとの距離が近くなっていいことたくさんだったQAの話 こんにちは!! kintone フロントエンドリアーキテクチャプロジェクト (フロリア)のAppShell チームでプロダクトオーナーをしている tasshi です。 kintone フロントエンドリアーキテクチャプロジェクト (フロリア)、およびAppShellチームについてはこちらの記事をご覧ください。 今回はフロリアの開発で利用しているテスト環境へのデプロイパイプラインを紹介します。 目次 フロントエンド刷新プロジェクトの開発サイクルを加速

                                                                フロントエンド刷新プロジェクトの開発サイクルを加速するデプロイパイプラインの改善 - Cybozu Inside Out | サイボウズエンジニアのブログ
                                                              • REST API endpoints for GitHub Actions - GitHub Docs

                                                                The REST API is now versioned. For more information, see "About API versioning."

                                                                  REST API endpoints for GitHub Actions - GitHub Docs
                                                                • Atom Flight Manual

                                                                  CompanyEngineeringProductSunsetting AtomWe are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022. January 30, 2023 Update: Update to the previous version of Atom before February 2 On December 7, 2022, GitHub detected unauthorized access to a set of repositories used in the planning and development of Atom. After a thorough investigation, we hav

                                                                    Atom Flight Manual
                                                                  • GitHub - cross-platform-actions/action: Cross-platform GitHub action

                                                                    This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. Use this GitHub Action with your project Add this Action to an existing workflow or create a new one.

                                                                      GitHub - cross-platform-actions/action: Cross-platform GitHub action
                                                                    • GitHub Actionsへの移行


                                                                       GMO GMOSSP@KazuakiM GMOSSPCircleCIGitHub Actions GMOSSPPHPGo PHPGitHub Actions GitHub Actions?/(CI/CD)GitHub GitHub Actions使CI / CD GitHub
                                                                        GitHub Actionsへの移行
                                                                      • GitHub ActionsによるWindowsタスクスケジューラの自動反映 - ZOZO TECH BLOG


                                                                         SREBtoBBtoBFBZECEC214 Windows 1
                                                                          GitHub ActionsによるWindowsタスクスケジューラの自動反映 - ZOZO TECH BLOG
                                                                        • GitHub Projects (Beta) に Issue を自動登録・削除する Actions を作ってみた

                                                                          はじめに みなさん、GitHub Projects (Beta) 使ってますよね? え?まだ使ってない?そりゃぁ勿体ない! 今すぐ GitHub Issues の Sign up for the beta ボタンをクリックしてください! 豊かなプロジェクト管理ライフが貴方を待っていますよ!!! はい、というワケで深夜の謎テンションで記事を書き始めてみました。 Projects (Beta) 未使用の方向けに粗く概要を説明すると、GitHub Projects (Beta) は次のような特徴をもった GitHub のプロダクトです。 Board(いわゆるカンバン)や Table(Excel/Spread Sheet 的な表形式)で Issues, Pull Requests を管理できる User/Orgs の配下に Project を作成し、複数のリポジトリの Issues, Pull R

                                                                            GitHub Projects (Beta) に Issue を自動登録・削除する Actions を作ってみた
                                                                          • GitHub - preactjs/compressed-size-action: GitHub Action that adds compressed size changes to your PRs.

                                                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                              GitHub - preactjs/compressed-size-action: GitHub Action that adds compressed size changes to your PRs.
                                                                            • GitHub Actions がローンチされたのでマイグレートしてる - HsbtDiary(2019-08-11)

                                                                              ■ GitHub Actions がローンチされたのでマイグレートしてる GitHub が GitHub Actions という built-in CI/CD をローンチしたので夏休み1日目はひたすら触って完全理解していた。 https://github.com/features/actions これ、バックエンドは Azure Pipelines で public repository だと無料、並列数も 20 という内容なので他の CI サービスは CPU/RAM で殴り合いしても MS には勝てないので、Developer Experience(DX) で戦うしかなくなるんだけど、そこも GitHub がちゃんとハンドリングするだろうから、中期的にはとにかく厳しい戦いになると思う。てか、撤退じゃないかな...。 あと、以前にリリースした HCL バージョンの GitHub Actio

                                                                                GitHub Actions がローンチされたのでマイグレートしてる - HsbtDiary(2019-08-11)
                                                                              • GitHub Actionsのconcurrencyを触ってみる

                                                                                これ。同時実行を制御できるようになった GitHub Actions: Limit workflow run or job concurrency - GitHub Changelog

                                                                                  GitHub Actionsのconcurrencyを触ってみる
                                                                                • GitHub Actions で変更があるときだけ git commit & push する


                                                                                  continue-on-error 使  GitHub Actions  git commit & push 2  1 :   if ! git diff --exit-code --quiet  steps: - uses: actions/checkout@v2 - name:  run: ./script.sh - name: commit & push run: | git add -N . #  if ! git diff --exit-code --quiet then git config user.name github-actions g
                                                                                    GitHub Actions で変更があるときだけ git commit & push する