Merge branch 'main' into release/generic
This commit is contained in:
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: 'Auto-assign issue'
|
||||
uses: pozil/auto-assign-issue@v1.9.0
|
||||
uses: pozil/auto-assign-issue@v1.10.0
|
||||
with:
|
||||
assignees: phantsure,tiwarishub,anuragc617,vsvipul,bishal-pdmsft
|
||||
numOfAssignee: 1
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
name: 'Auto Assign'
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [opened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
add-reviews:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: kentaro-m/auto-assign-action@v1.2.1
|
||||
- uses: kentaro-m/auto-assign-action@v1.2.2
|
||||
|
||||
@@ -2,8 +2,7 @@ name: Sync workflows for GHES
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ $default-branch ]
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
* @actions/starter-workflows
|
||||
|
||||
/code-scanning/ @actions/advanced-security-code-scanning @actions/starter-workflows
|
||||
/pages/ @actions/pages @actions/starter-workflows
|
||||
|
||||
+1
-1
@@ -30,7 +30,7 @@ jobs:
|
||||
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
|
||||
# change this to (see https://github.com/ruby/setup-ruby#versioning):
|
||||
# uses: ruby/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
|
||||
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
||||
with:
|
||||
ruby-version: ${{ matrix.ruby-version }}
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
|
||||
+2
-2
@@ -30,7 +30,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
# Add or replace dependency steps here
|
||||
- name: Install Ruby and gems
|
||||
uses: ruby/setup-ruby@8f312efe1262fb463d906e9bf040319394c18d3e # v1.92
|
||||
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
||||
with:
|
||||
bundler-cache: true
|
||||
# Add or replace database setup steps here
|
||||
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install Ruby and gems
|
||||
uses: ruby/setup-ruby@8f312efe1262fb463d906e9bf040319394c18d3e # v1.92
|
||||
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
||||
with:
|
||||
bundler-cache: true
|
||||
# Add or replace any other lints here
|
||||
|
||||
@@ -0,0 +1,38 @@
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by
|
||||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
# This workflow checks out code, builds an image, performs a container image
|
||||
# scan with Anchore's Syft tool, and uploads the results to the GitHub Dependency
|
||||
# submission API.
|
||||
|
||||
# For more information on the Anchore sbom-action usage
|
||||
# and parameters, see https://github.com/anchore/sbom-action. For more
|
||||
# information about the Anchore SBOM tool, Syft, see
|
||||
# https://github.com/anchore/syft
|
||||
name: Anchore Syft SBOM scan
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch, $protected-branches ]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
Anchore-Build-Scan:
|
||||
permissions:
|
||||
contents: write # required to upload to the Dependency submission API
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v3
|
||||
- name: Build the Docker image
|
||||
run: docker build . --file Dockerfile --tag localbuild/testimage:latest
|
||||
- name: Scan the image and upload dependency results
|
||||
uses: anchore/sbom-action@bb716408e75840bbb01e839347cd213767269d4a
|
||||
with:
|
||||
image: "localbuild/testimage:latest"
|
||||
artifact-name: image.spdx.json
|
||||
dependency-snapshot: true
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
# Customize the ruby version depending on your needs
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@f20f1eae726df008313d2e0d78c5e602562a1bcf
|
||||
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
||||
with:
|
||||
ruby-version: '2.7'
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Scan code
|
||||
uses: clj-holmes/clj-holmes-action@200d2d03900917d7eb3c24fc691ab83579a87fcb
|
||||
with:
|
||||
rules-repository: 'git://org/private-rules-repo#main'
|
||||
# rules-repository: 'git://org/private-rules-repo#main'
|
||||
output-type: 'sarif'
|
||||
output-file: 'clj-holmes-results.sarif'
|
||||
fail-on-result: 'false'
|
||||
@@ -40,4 +40,4 @@ jobs:
|
||||
uses: github/codeql-action/upload-sarif@v1
|
||||
with:
|
||||
sarif_file: ${{github.workspace}}/clj-holmes-results.sarif
|
||||
ait-for-processing: true
|
||||
wait-for-processing: true
|
||||
|
||||
@@ -0,0 +1,56 @@
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by
|
||||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
# Frogbot Scan and Fix does the following:
|
||||
# Automatically creates pull requests with fixes for vulnerable project dependencies.
|
||||
# Uses JFrog Xray to scan the project.
|
||||
# Read more about Frogbot here - https://github.com/jfrog/frogbot#frogbot
|
||||
|
||||
name: "Frogbot Scan and Fix"
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
security-events: write
|
||||
jobs:
|
||||
create-fix-pull-requests:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
# Install prerequisites - uncomment the relevant one
|
||||
|
||||
# - uses: actions/setup-go@v3
|
||||
# with:
|
||||
# go-version: 1.17.x
|
||||
|
||||
# - uses: actions/setup-java@v3
|
||||
# with:
|
||||
# java-version: "11"
|
||||
# distribution: "temurin"
|
||||
|
||||
# - uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: "16.x"
|
||||
|
||||
|
||||
- uses: jfrog/frogbot@34759934930c177bdefba6ca3a417589d4db6cab
|
||||
env:
|
||||
# [Mandatory]
|
||||
# JFrog platform URL (This functionality requires version 3.29.0 or above of Xray)
|
||||
JF_URL: ${{ secrets.FROGBOT_URL }}
|
||||
|
||||
# [Mandatory if JF_USER and JF_PASSWORD are not provided]
|
||||
# JFrog access token with 'read' permissions on Xray service
|
||||
JF_ACCESS_TOKEN: ${{ secrets.FROGBOT_ACCESS_TOKEN }}
|
||||
|
||||
# [Mandatory]
|
||||
# The GitHub token automatically generated for the job
|
||||
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# [Mandatory if using npm]
|
||||
# The command that installs the dependencies
|
||||
# JF_INSTALL_DEPS_CMD: "npm i"
|
||||
@@ -0,0 +1,75 @@
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by
|
||||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
# Frogbot Scan Pull Request does the following:
|
||||
# Automatically scans new pull requests for security vulnerabilities.
|
||||
# Uses JFrog Xray to scan the project.
|
||||
# Read more about Frogbot here - https://github.com/jfrog/frogbot#frogbot
|
||||
|
||||
name: "Frogbot Scan Pull Request"
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ opened, synchronize ]
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: read
|
||||
jobs:
|
||||
scan-pull-request:
|
||||
runs-on: ubuntu-latest
|
||||
# A pull request needs to be approved, before Frogbot scans it. Any GitHub user who is associated with the
|
||||
# "frogbot" GitHub environment can approve the pull request to be scanned.
|
||||
environment: frogbot
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
# Install prerequisites - uncomment the relevant ones
|
||||
|
||||
# - uses: actions/setup-go@v3
|
||||
# with:
|
||||
# go-version: 1.17.x
|
||||
|
||||
# - uses: actions/setup-java@v3
|
||||
# with:
|
||||
# java-version: "11"
|
||||
# distribution: "temurin"
|
||||
|
||||
# - uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: "16.x"
|
||||
|
||||
# The full template list with the required GitHub Actions can be found at https://github.com/jfrog/frogbot/tree/master/templates/github-actions/scan-pull-request
|
||||
|
||||
- uses: jfrog/frogbot@34759934930c177bdefba6ca3a417589d4db6cab
|
||||
env:
|
||||
# [Mandatory]
|
||||
# JFrog platform URL (This functionality requires version 3.29.0 or above of Xray)
|
||||
JF_URL: ${{ secrets.JF_URL }}
|
||||
|
||||
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
||||
# JFrog username with 'read' permissions for Xray. Must be provided with JF_PASSWORD
|
||||
JF_USER: ${{ secrets.JF_USER }}
|
||||
|
||||
# [Mandatory if JF_ACCESS_TOKEN is not provided]
|
||||
# JFrog password. Must be provided with JF_USER
|
||||
JF_PASSWORD: ${{ secrets.JF_PASSWORD }}
|
||||
|
||||
# [Mandatory]
|
||||
# The GitHub token automatically generated for the job
|
||||
JF_GIT_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# [Mandatory if JF_USER and JF_PASSWORD are not provided]
|
||||
# JFrog access token with 'read' permissions on Xray service
|
||||
# JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
|
||||
|
||||
# [Mandatory when using npm]
|
||||
# The command that installs the dependencies
|
||||
# JF_INSTALL_DEPS_CMD: "npm i"
|
||||
|
||||
# [Mandatory when using .NET]
|
||||
# The command that installs the dependencies
|
||||
# JF_INSTALL_DEPS_CMD: "dotnet restore"
|
||||
|
||||
# The full template list with full optional environment variables can be found at https://github.com/jfrog/frogbot/tree/master/templates/github-actions/scan-pull-request
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "Anchore Syft SBOM Scan",
|
||||
"organization": "Anchore",
|
||||
"description": "Produce Software Bills of Materials based on Anchore's open source Syft tool.",
|
||||
"iconName": "anchore",
|
||||
"categories": ["Code Scanning", "dockerfile", "dependency-management"]
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Frogbot Scan and Fix",
|
||||
"description": "Automatically creates pull requests with fixes for vulnerable project dependencies. Uses JFrog Xray to scan the project. Included as part of JFrog's free subscription.",
|
||||
"iconName": "frogbot",
|
||||
"categories": [
|
||||
"Code Scanning",
|
||||
"Go Module",
|
||||
"Maven POM",
|
||||
"NPM Config",
|
||||
"Gradle",
|
||||
"C#",
|
||||
"Python"
|
||||
],
|
||||
"creator": "JFrog"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "Frogbot Scan Pull Request",
|
||||
"description": "Automatically scans new pull requests for security vulnerabilities. Uses JFrog Xray to scan the project. Included as part of JFrog's free subscription.",
|
||||
"iconName": "frogbot",
|
||||
"categories": [
|
||||
"Code Scanning",
|
||||
"Go Module",
|
||||
"Maven POM",
|
||||
"NPM Config",
|
||||
"Gradle",
|
||||
"C#",
|
||||
"Python"
|
||||
],
|
||||
"creator": "JFrog"
|
||||
}
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@f20f1eae726df008313d2e0d78c5e602562a1bcf
|
||||
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
||||
with:
|
||||
ruby-version: 2.7
|
||||
bundler-cache: true
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
# If running on a self-hosted runner, check it meets the requirements
|
||||
# listed at https://github.com/ruby/setup-ruby#using-self-hosted-runners
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@f20f1eae726df008313d2e0d78c5e602562a1bcf
|
||||
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
||||
with:
|
||||
ruby-version: 2.6
|
||||
|
||||
|
||||
@@ -25,12 +25,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: "Checkout code"
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # v3.0.0
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
- name: "Run analysis"
|
||||
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # v1.1.1
|
||||
uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1.1.1
|
||||
with:
|
||||
results_file: results.sarif
|
||||
results_format: sarif
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
|
||||
# format to the repository Actions tab.
|
||||
- name: "Upload artifact"
|
||||
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v3.0.0
|
||||
uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # tag=v3.0.0
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
@@ -57,6 +57,6 @@ jobs:
|
||||
|
||||
# Upload the results to GitHub's code scanning dashboard.
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26
|
||||
uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # tag=v1.0.26
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -21,8 +21,7 @@ name: Build and Deploy to ACK
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
# Environment variables available to all jobs and steps in this workflow.
|
||||
env:
|
||||
|
||||
+1
-2
@@ -28,8 +28,7 @@ name: Deploy to Amazon ECS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
env:
|
||||
AWS_REGION: MY_AWS_REGION # set this to your preferred AWS region, e.g. us-west-1
|
||||
|
||||
@@ -31,8 +31,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -34,8 +34,7 @@ name: Build and deploy an app to AKS with Helm
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -33,8 +33,7 @@ name: Build and deploy an app to AKS with Kompose
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -33,8 +33,7 @@ name: Build and deploy an app to AKS with Kustomize
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -29,8 +29,7 @@ name: Build and deploy an app to AKS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -14,12 +14,10 @@ name: Deploy web app to Azure Static Web Apps
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened, closed]
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
# Environment variables available to all jobs and steps in this workflow
|
||||
env:
|
||||
|
||||
@@ -26,8 +26,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -26,8 +26,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -21,8 +21,7 @@ name: Build and deploy PHP app to Azure Web App
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
||||
@@ -25,8 +25,7 @@ env:
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -46,8 +46,7 @@ name: Build and Deploy to Cloud Run
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
env:
|
||||
PROJECT_ID: YOUR_PROJECT_ID # TODO: update Google Cloud project id
|
||||
|
||||
@@ -48,8 +48,7 @@ name: Deploy to Cloud Run from Source
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
env:
|
||||
PROJECT_ID: YOUR_PROJECT_ID # TODO: update Google Cloud project id
|
||||
|
||||
@@ -14,8 +14,7 @@ name: Build and Deploy to GKE
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
env:
|
||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
||||
|
||||
+1
-2
@@ -10,8 +10,7 @@ name: Build and Deploy to IKS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
# Environment variables available to all jobs and steps in this workflow
|
||||
env:
|
||||
|
||||
@@ -17,8 +17,7 @@ name: Tencent Kubernetes Engine
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
|
||||
# Environment variables available to all jobs and steps in this workflow
|
||||
env:
|
||||
|
||||
@@ -46,8 +46,7 @@ name: 'Terraform'
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- $default-branch
|
||||
branches: [ $default-branch ]
|
||||
pull_request:
|
||||
|
||||
permissions:
|
||||
|
||||
@@ -0,0 +1,80 @@
|
||||
<svg width="619" height="363" viewBox="0 0 619 363" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M40.9332 260.737C44.9076 260.081 572.437 172.951 572.437 172.951L582.405 209.128L327.609 360.568L40.7588 309.251L40.9279 260.737H40.9332Z"
|
||||
fill="#357300"/>
|
||||
<path d="M327.963 362.515L327.287 362.393L38.9089 310.801L39.0886 259.166L40.6319 258.912C44.6063 258.256 572.136 171.126 572.141 171.126L573.785 170.856L584.572 210.007L583.356 210.726L327.968 362.515H327.963ZM42.6191 307.701L327.26 358.627L580.254 208.261L571.1 175.051C539.844 180.214 73.294 257.272 42.7777 262.313L42.6191 307.706V307.701Z"
|
||||
fill="black"/>
|
||||
<path d="M29.8292 215.302C31.3884 210.573 35.4526 207.118 40.3678 206.341L166.022 186.525C189.255 182.859 205.142 120.744 230.955 116.671C266.872 111.006 304.275 105.107 340.378 99.4155C367.75 95.0989 403.53 149.067 428.185 145.179L556.904 124.876C561.598 124.135 566.333 125.966 569.309 129.674L612.113 182.959C617.8 190.042 614.866 200.617 606.341 203.749L320.495 308.711C319.053 309.24 317.525 309.515 315.987 309.526L16.7538 310.896C7.68982 310.938 1.25254 302.072 4.09065 293.46L29.8292 215.307V215.302Z"
|
||||
fill="#479A00"/>
|
||||
<path d="M16.6852 314.064C11.3631 314.064 6.52193 311.594 3.39314 307.283C0.248487 302.95 -0.597136 297.544 1.07825 292.46L26.8168 214.307C28.7565 208.425 33.7562 204.172 39.8711 203.204L165.525 183.388C175.392 181.832 184.858 166.359 194.017 151.394C204.709 133.922 215.765 115.857 230.458 113.54L339.881 96.2839C355.314 93.8505 372.184 107.472 388.499 120.649C402.547 131.991 417.065 143.724 427.688 142.047L556.408 121.744C562.206 120.829 568.098 123.109 571.777 127.685L614.581 180.97C617.943 185.149 619.042 190.513 617.61 195.687C616.177 200.855 612.467 204.881 607.43 206.727L321.584 311.689C319.787 312.351 317.911 312.689 315.998 312.694L16.7645 314.064C16.7645 314.064 16.7116 314.064 16.6852 314.064V314.064ZM32.8366 216.291L7.098 294.444C6.0674 297.571 6.58535 300.887 8.5197 303.548C10.4435 306.198 13.419 307.711 16.6852 307.711C16.7011 307.711 16.7169 307.711 16.7328 307.711L315.966 306.341C317.139 306.336 318.297 306.13 319.396 305.722L605.242 200.76C608.334 199.622 610.612 197.152 611.495 193.978C612.377 190.804 611.701 187.508 609.634 184.943L566.83 131.658C564.568 128.843 560.953 127.447 557.391 128.008L428.672 148.31C415.279 150.421 400.333 138.355 384.514 125.579C369.277 113.275 353.528 100.548 340.864 102.547L231.441 119.803C219.639 121.665 209.365 138.46 199.424 154.706C189.06 171.644 179.266 187.641 166.508 189.656L40.8541 209.472C37.0964 210.065 34.0257 212.678 32.8366 216.291V216.291Z"
|
||||
fill="black"/>
|
||||
<path d="M606.828 182.441L564.578 129.843C561.64 126.182 556.968 124.379 552.333 125.109L425.278 145.147C415.945 146.617 404.994 139.682 393.52 130.822C366.312 145.231 336.583 153.785 306.469 159.906C273.516 166.608 240.288 173.078 207.172 178.886C194.931 181.034 182.643 182.954 170.34 184.779C169.082 185.334 167.808 185.747 166.508 185.953L42.4765 205.515C37.63 206.282 33.6134 209.694 32.0754 214.36L6.66975 291.503C3.86864 300.009 10.2214 308.753 19.1691 308.716L314.534 307.367C316.051 307.362 317.557 307.087 318.984 306.563L601.136 202.955C609.549 199.866 612.446 189.423 606.833 182.435L606.828 182.441Z"
|
||||
fill="#54A802"/>
|
||||
<path d="M312.288 244.735L31.8906 246.015C27.8316 246.031 24.2377 248.639 22.9481 252.49L9.04296 294.1C6.98176 300.263 11.5904 306.627 18.0805 306.59L316.156 304.865C317.25 304.86 318.339 304.664 319.364 304.283L603.509 199.934C609.587 197.702 611.69 190.159 607.636 185.102L582.046 153.161C579.498 149.982 575.212 148.786 571.391 150.193L315.506 244.153C314.476 244.534 313.387 244.729 312.288 244.735V244.735Z"
|
||||
fill="#479A00"/>
|
||||
<path d="M192.199 243.523L313.953 244.724C313.953 244.724 390.064 216.778 386.507 218.084C382.95 219.391 303.182 236.165 303.182 236.165L192.199 243.523V243.523Z"
|
||||
fill="#91C266"/>
|
||||
<path d="M318.132 273.946C320.363 288.117 321.24 299.75 320.093 299.93C318.946 300.11 316.209 288.768 313.978 274.602C311.748 260.43 310.871 248.797 312.017 248.618C313.164 248.438 315.902 259.779 318.132 273.946Z"
|
||||
fill="#B5D799"/>
|
||||
<path d="M33.4974 237.8C28.9469 251.4 24.3594 262.128 23.2601 261.763C22.1608 261.393 24.9566 250.067 29.5071 236.467C34.0576 222.866 38.6451 212.138 39.7444 212.503C40.8437 212.874 38.0479 224.199 33.4974 237.8V237.8Z"
|
||||
fill="#B5D799"/>
|
||||
<path d="M122.561 276.167C170.637 268.6 202.753 218.949 194.293 165.269C185.834 111.59 140.003 74.2075 91.9274 81.7744C43.8514 89.3412 11.7357 138.992 20.195 192.671C28.6542 246.351 74.485 283.733 122.561 276.167Z"
|
||||
fill="#479A00"/>
|
||||
<path d="M110.147 278.95C65.9741 278.95 26.2036 242.82 18.3499 192.941C14.1905 166.529 19.502 140.227 33.3015 118.893C47.1432 97.4953 67.8609 83.641 91.6387 79.8957C115.417 76.1452 139.385 82.948 159.13 99.0505C178.817 115.105 191.945 138.492 196.105 164.91C204.698 219.518 171.825 270.227 122.821 277.955C118.577 278.627 114.344 278.95 110.153 278.95H110.147ZM104.423 82.5936C100.359 82.5936 96.2844 82.911 92.2095 83.5511C69.4835 87.1323 49.6642 100.399 36.4038 120.903C23.1012 141.47 17.9852 166.851 22.0019 192.359C30.2784 244.946 75.2443 281.706 122.234 274.29C169.224 266.878 200.719 218.068 192.442 165.476C188.425 139.963 175.762 117.391 156.783 101.912C141.256 89.2483 123.022 82.583 104.418 82.583L104.423 82.5936Z"
|
||||
fill="black"/>
|
||||
<path d="M163.169 243.406C193.19 213.358 193.19 164.641 163.169 134.594C133.149 104.546 84.4762 104.546 54.4557 134.594C24.4352 164.641 24.4353 213.358 54.4557 243.406C84.4762 273.454 133.149 273.454 163.169 243.406Z"
|
||||
fill="#F2F2F2"/>
|
||||
<path d="M108.646 267.815C92.1357 267.815 76.1006 262.625 62.4914 252.712C45.4891 240.328 34.327 222.057 31.0502 201.268C27.7787 180.478 32.789 159.657 45.1614 142.639C57.5339 125.622 75.7888 114.449 96.5593 111.17C139.438 104.409 179.816 133.821 186.576 176.738C189.847 197.528 184.837 218.349 172.464 235.366C160.092 252.384 141.837 263.556 121.066 266.836C116.918 267.492 112.764 267.815 108.646 267.815V267.815ZM108.858 113.91C104.989 113.91 101.073 114.211 97.1354 114.83C77.3426 117.951 59.944 128.6 48.1528 144.819C36.3617 161.038 31.584 180.88 34.7022 200.691C37.8204 220.502 48.4594 237.916 64.6636 249.718C80.8678 261.52 100.692 266.302 120.485 263.181C140.278 260.06 157.677 249.411 169.468 233.192C181.259 216.979 186.037 197.131 182.918 177.32C177.099 140.359 145.119 113.91 108.853 113.91H108.858Z"
|
||||
fill="black"/>
|
||||
<path d="M154.234 234.462C179.319 209.354 179.319 168.646 154.234 143.537C129.148 118.429 88.4768 118.429 63.3913 143.537C38.3058 168.646 38.3058 209.354 63.3913 234.462C88.4768 259.571 129.148 259.571 154.234 234.462Z"
|
||||
fill="#0091DF"/>
|
||||
<path d="M151.299 212.969C164.512 189.489 156.206 159.733 132.747 146.509C109.288 133.284 79.5599 141.597 66.347 165.077C53.1341 188.557 61.4399 218.312 84.8987 231.537C108.357 244.762 138.086 236.449 151.299 212.969Z"
|
||||
fill="black"/>
|
||||
<path d="M64.5209 197.274C60.6892 172.935 77.2951 150.088 101.617 146.252C122.488 142.962 142.212 154.759 149.823 173.543C143.053 153.24 122.483 140.18 100.655 143.623C76.3332 147.459 59.7273 170.3 63.559 194.645C64.1034 198.099 65.0653 201.373 66.3232 204.479C65.5515 202.156 64.912 199.765 64.5156 197.268L64.5209 197.274Z"
|
||||
fill="#0000FF"/>
|
||||
<g opacity="0.81">
|
||||
<path opacity="0.81"
|
||||
d="M97.7857 231.113C98.5943 236.26 95.085 241.085 89.9426 241.899C84.8001 242.709 79.9801 239.196 79.1662 234.049C78.3575 228.902 81.8669 224.078 87.0093 223.263C92.1517 222.454 96.9718 225.966 97.7857 231.113Z"
|
||||
fill="white"/>
|
||||
</g>
|
||||
<g opacity="0.81">
|
||||
<path opacity="0.81"
|
||||
d="M149.633 155.996C150.949 164.344 145.251 172.178 136.912 173.49C128.572 174.807 120.744 169.105 119.434 160.757C118.118 152.41 123.815 144.576 132.155 143.264C140.495 141.946 148.322 147.649 149.633 155.996Z"
|
||||
fill="white"/>
|
||||
</g>
|
||||
<path d="M489.338 218.356C537.414 210.789 569.198 159.034 560.329 102.756C551.461 46.4792 505.298 6.99163 457.222 14.5585C409.146 22.1253 377.362 73.8812 386.231 130.158C395.099 186.436 441.262 225.923 489.338 218.356Z"
|
||||
fill="#479A00"/>
|
||||
<path d="M477.337 221.078C457.655 221.078 438.317 213.651 421.843 199.554C402.04 182.615 388.732 158.054 384.377 130.399C380.022 102.743 385.138 75.2776 398.779 53.0653C412.478 30.7577 433.127 16.4062 456.921 12.6503C505.924 4.92176 553.12 45.1674 562.126 102.362C571.132 159.557 538.586 212.382 489.583 220.11C485.503 220.756 481.412 221.073 477.337 221.073V221.078ZM469.045 15.4064C465.218 15.4064 461.365 15.7026 457.502 16.3109C434.792 19.8922 415.062 33.6354 401.939 55.0067C388.758 76.4732 383.822 103.039 388.039 129.827C392.257 156.61 405.116 180.372 424.253 196.739C443.306 213.038 466.312 220.036 489.012 216.455C536.002 209.044 567.158 158.118 558.48 102.944C550.51 52.3035 511.701 15.4064 469.05 15.4064H469.045Z"
|
||||
fill="black"/>
|
||||
<path d="M475.577 208.102C518.033 208.102 552.449 173.654 552.449 131.16C552.449 88.6665 518.033 54.2184 475.577 54.2184C433.122 54.2184 398.705 88.6665 398.705 131.16C398.705 173.654 433.122 208.102 475.577 208.102Z"
|
||||
fill="#F2F2F2"/>
|
||||
<path d="M475.535 209.959C437.487 209.959 403.927 182.203 397.817 143.422C391.063 100.505 420.448 60.0903 463.326 53.3245C506.21 46.564 546.583 75.9759 553.343 118.893C556.614 139.682 551.604 160.503 539.231 177.521C526.859 194.539 508.604 205.711 487.833 208.991C483.7 209.642 479.594 209.959 475.535 209.959ZM475.625 56.0594C471.756 56.0594 467.84 56.3609 463.902 56.9798C423.038 63.4229 395.032 101.944 401.469 142.84C407.288 179.796 439.274 206.245 475.535 206.251C479.404 206.251 483.315 205.949 487.257 205.33C507.05 202.209 524.449 191.555 536.24 175.342C548.031 159.123 552.809 139.28 549.691 119.47C543.872 82.5089 511.891 56.0594 475.63 56.0594H475.625Z"
|
||||
fill="black"/>
|
||||
<path d="M521 176.623C546.085 151.515 546.085 110.806 521 85.6981C495.914 60.5899 455.243 60.5899 430.157 85.6981C405.072 110.806 405.072 151.515 430.157 176.623C455.243 201.731 495.914 201.731 521 176.623Z"
|
||||
fill="#0091DF"/>
|
||||
<path d="M510.05 165.663C529.088 146.608 529.088 115.713 510.05 96.6578C491.012 77.6025 460.145 77.6025 441.107 96.6578C422.069 115.713 422.069 146.608 441.107 165.663C460.145 184.719 491.012 184.719 510.05 165.663Z"
|
||||
fill="black"/>
|
||||
<path d="M430.891 139.603C426.906 114.291 444.178 90.5338 469.473 86.5452C485.148 84.0748 500.216 89.7879 510.364 100.511C500.237 88.7775 484.504 82.3556 468.072 84.9476C442.777 88.9362 425.506 112.693 429.491 138.006C431.007 147.628 435.384 156.081 441.609 162.657C436.145 156.324 432.286 148.474 430.886 139.603H430.891Z"
|
||||
fill="#0000FF"/>
|
||||
<g opacity="0.81">
|
||||
<path opacity="0.81"
|
||||
d="M472.565 177.458C473.374 182.605 469.864 187.429 464.722 188.244C459.579 189.053 454.759 185.541 453.945 180.393C453.137 175.246 456.646 170.422 461.789 169.607C466.931 168.798 471.751 172.31 472.565 177.458Z"
|
||||
fill="white"/>
|
||||
</g>
|
||||
<g opacity="0.81">
|
||||
<path opacity="0.81"
|
||||
d="M515.401 100.399C516.717 108.747 511.019 116.581 502.68 117.893C494.34 119.21 486.512 113.508 485.202 105.16C483.886 96.8129 489.583 88.9785 497.923 87.6666C506.263 86.3494 514.09 92.052 515.401 100.399Z"
|
||||
fill="white"/>
|
||||
</g>
|
||||
<path d="M310.799 67.815L334.182 64.1289C334.527 64.0746 334.847 64.3079 334.902 64.6528L340.28 98.8381C340.335 99.183 340.102 99.5035 339.757 99.5579L316.373 103.244C316.029 103.298 315.708 103.065 315.654 102.72L310.275 68.5347C310.221 68.1898 310.454 67.8693 310.799 67.815Z"
|
||||
fill="#357300"/>
|
||||
<path d="M316.273 104.531C315.332 104.531 314.502 103.843 314.349 102.886L308.969 68.6969C308.8 67.6337 309.529 66.6339 310.591 66.4646L333.978 62.7775C334.491 62.6982 335.009 62.8198 335.426 63.1267C335.849 63.4335 336.124 63.8884 336.203 64.4015L341.583 98.585C341.663 99.0981 341.541 99.6165 341.234 100.034C340.928 100.458 340.479 100.733 339.961 100.812L316.574 104.499C316.474 104.515 316.368 104.52 316.267 104.52L316.273 104.531ZM311.685 68.972L316.849 101.785L338.861 98.3152L333.698 65.5018L311.685 68.972Z"
|
||||
fill="black"/>
|
||||
<path d="M31.5046 141.227C31.5046 141.227 58.3319 72.1037 121.489 93.1311C111.516 92.9512 68.2468 88.9574 31.5046 141.227Z"
|
||||
fill="#91C266"/>
|
||||
<path d="M209.925 150.23C209.925 150.23 223.37 131.705 231.842 128.066C263.025 114.672 335.568 111.709 335.568 111.709C335.568 111.709 245.51 122.114 209.925 150.23Z"
|
||||
fill="#91C266"/>
|
||||
<path d="M453.589 56.5735C397.04 78.3705 395.572 134.053 401.906 159.17L551.455 119.224C542.395 89.2584 510.137 34.7764 453.589 56.5735Z"
|
||||
fill="#479A00" stroke="black"/>
|
||||
<path d="M115.177 112.36C55.2879 110.162 34.7024 156.915 31.8958 180.567L184.17 201.412C186.126 172.643 175.066 114.557 115.177 112.36Z"
|
||||
fill="#479A00" stroke="black"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 13 KiB |
+1
-1
@@ -57,7 +57,7 @@ jobs:
|
||||
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v1
|
||||
uses: actions/configure-pages@v2
|
||||
with:
|
||||
# Automatically inject pathPrefix in your Gatsby configuration file.
|
||||
#
|
||||
|
||||
+7
-3
@@ -30,7 +30,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.99.0
|
||||
HUGO_VERSION: 0.102.3
|
||||
steps:
|
||||
- name: Install Hugo CLI
|
||||
run: |
|
||||
@@ -42,12 +42,16 @@ jobs:
|
||||
submodules: recursive
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v1
|
||||
uses: actions/configure-pages@v2
|
||||
- name: Build with Hugo
|
||||
env:
|
||||
# For maximum backward compatibility with Hugo modules
|
||||
HUGO_ENVIRONMENT: production
|
||||
HUGO_ENV: production
|
||||
run: |
|
||||
hugo \
|
||||
--minify \
|
||||
--baseURL ${{ steps.pages.outputs.base_url }}
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v1
|
||||
uses: actions/configure-pages@v2
|
||||
- name: Build with Jekyll
|
||||
uses: actions/jekyll-build-pages@v1
|
||||
with:
|
||||
|
||||
+14
-4
@@ -1,3 +1,8 @@
|
||||
# This workflow uses actions that are not certified by GitHub.
|
||||
# They are provided by a third-party and are governed by
|
||||
# separate terms of service, privacy policy, and support
|
||||
# documentation.
|
||||
|
||||
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
|
||||
name: Deploy Jekyll site to Pages
|
||||
|
||||
@@ -28,17 +33,22 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa # v1.115.3
|
||||
with:
|
||||
ruby-version: '3.0' # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
cache-version: 0 # Increment this number if you need to re-download cached gems
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v1
|
||||
- run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'
|
||||
uses: actions/configure-pages@v2
|
||||
- name: Build with Jekyll
|
||||
# Outputs to the './_site' directory by default
|
||||
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
|
||||
env:
|
||||
JEKYLL_ENV: production
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1 # This will automatically upload an artifact from the '/_site' directory
|
||||
# Automatically uploads an artifact from the './_site' directory by default
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
|
||||
# Deployment job
|
||||
deploy:
|
||||
|
||||
+1
-2
@@ -53,8 +53,7 @@ jobs:
|
||||
node-version: "16"
|
||||
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v1
|
||||
uses: actions/configure-pages@v2
|
||||
with:
|
||||
# Automatically inject basePath in your Next.js configuration file and disable
|
||||
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
|
||||
|
||||
+1
-2
@@ -51,8 +51,7 @@ jobs:
|
||||
node-version: "16"
|
||||
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v1
|
||||
uses: actions/configure-pages@v2
|
||||
with:
|
||||
# Automatically inject router.base in your Nuxt configuration file and set
|
||||
# target to static (https://nuxtjs.org/docs/configuration-glossary/configuration-target/).
|
||||
|
||||
+2
-2
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v1
|
||||
uses: actions/configure-pages@v2
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
with:
|
||||
@@ -39,4 +39,4 @@ jobs:
|
||||
path: '.'
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@main
|
||||
uses: actions/deploy-pages@v1
|
||||
|
||||
Reference in New Issue
Block a user