Compare commits
1 الالتزامات
main
...
dependabot
المؤلف | SHA1 | التاريخ | |
---|---|---|---|
![]() |
0c5f46fef1 |
@@ -9,6 +9,8 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
@@ -32,7 +32,7 @@ jobs:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Super-linter
|
||||
uses: super-linter/super-linter@v7.2.1 # x-release-please-version
|
||||
uses: super-linter/super-linter@v7.3.0 # x-release-please-version
|
||||
env:
|
||||
# To report GitHub Actions status checks
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
|
||||
param sku string = 'F1' // The SKU of App Service Plan
|
||||
param sku string = 'S1' // The SKU of App Service Plan
|
||||
param location string = resourceGroup().location // Location for all resources
|
||||
param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app
|
||||
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم