1 الالتزامات

المؤلف SHA1 الرسالة التاريخ
dependabot[bot]
0c5f46fef1 Bump super-linter/super-linter from 7.2.1 to 7.3.0
Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 7.2.1 to 7.3.0.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v7.2.1...v7.3.0)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 12:36:34 +00:00
3 ملفات معدلة مع 4 إضافات و2 حذوفات

عرض الملف

@@ -9,6 +9,8 @@ on: [push, pull_request, workflow_dispatch]
jobs: jobs:
# This workflow contains a single job called "build" # This workflow contains a single job called "build"
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 represent a sequence of tasks that will be executed as part of the job
steps: steps:

عرض الملف

@@ -32,7 +32,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Super-linter - 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: env:
# To report GitHub Actions status checks # To report GitHub Actions status checks
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

عرض الملف

@@ -1,5 +1,5 @@
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name 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 location string = resourceGroup().location // Location for all resources
param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app